Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(76)

Issue 145150043: code review 145150043: runtime: handle all windows exception (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by brainman
Modified:
10 years, 5 months ago
Reviewers:
gobot, minux, rsc, bradfitz
CC:
golang-codereviews, rsc
Visibility:
Public.

Description

runtime: handle all windows exception Fixes issue 8006.

Patch Set 1 #

Patch Set 2 : diff -r cb017773523ed55442ed86fc5f2135d2e6010e02 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r cb017773523ed55442ed86fc5f2135d2e6010e02 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 58d2c86e692335ffda82789f44d74639de59aa85 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -72 lines) Patch
M src/runtime/defs_windows.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime/defs_windows_386.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime/defs_windows_amd64.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime/os_windows.c View 1 2 3 6 chunks +29 lines, -6 lines 0 comments Download
M src/runtime/os_windows_386.c View 1 2 chunks +49 lines, -31 lines 0 comments Download
M src/runtime/os_windows_amd64.c View 1 2 chunks +62 lines, -31 lines 0 comments Download
M src/runtime/sys_windows_386.s View 1 4 chunks +16 lines, -2 lines 0 comments Download
M src/runtime/sys_windows_amd64.s View 1 4 chunks +16 lines, -2 lines 0 comments Download
M src/runtime/syscall_windows_test.go View 1 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 18
brainman
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 6 months ago (2014-09-19 02:26:29 UTC) #1
brainman
I tried to change as little code as possible. Alex
10 years, 6 months ago (2014-09-19 02:26:49 UTC) #2
brainman
ping
10 years, 6 months ago (2014-10-01 07:29:33 UTC) #3
rsc
LGTM
10 years, 5 months ago (2014-10-08 03:49:21 UTC) #4
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=8b3d26697b8d *** runtime: handle all windows exception Fixes issue 8006. LGTM=rsc R=golang-codereviews, ...
10 years, 5 months ago (2014-10-09 05:52:35 UTC) #5
gobot
This CL appears to have broken the windows-386 builder. See http://build.golang.org/log/bd4a48327458ed28699e3d08338ecc0270f6a0b5
10 years, 5 months ago (2014-10-09 05:57:24 UTC) #6
brainman
On 2014/10/09 05:57:24, gobot wrote: > This CL appears to have broken the windows-386 builder. ...
10 years, 5 months ago (2014-10-09 06:30:24 UTC) #7
gobot
This changed caused perf changes on windows-amd64-perf: json-1 old new delta cputime 178750000 184687500 +3.32 ...
10 years, 5 months ago (2014-10-09 07:32:12 UTC) #8
bradfitz
You can make your own identical VM. The doc with instructions was mailed out or ...
10 years, 5 months ago (2014-10-09 08:56:43 UTC) #9
brainman
On 2014/10/09 08:56:43, bradfitz wrote: > You can make your own identical VM. > > ...
10 years, 5 months ago (2014-10-09 09:33:11 UTC) #10
brainman
rsc, I have found some problems with this change. Our windows-368 builder is actually running ...
10 years, 5 months ago (2014-10-13 06:04:12 UTC) #11
minux
On Mon, Oct 13, 2014 at 2:04 AM, <alex.brainman@gmail.com> wrote: > I have found some ...
10 years, 5 months ago (2014-10-13 06:23:09 UTC) #12
brainman
On 2014/10/13 06:23:09, minux wrote: > So we should add another windows/386 builder using 32-bit ...
10 years, 5 months ago (2014-10-13 06:26:49 UTC) #13
bradfitz
Is 32-bit Windows on GCE an option? On Mon, Oct 13, 2014 at 8:26 AM, ...
10 years, 5 months ago (2014-10-13 10:43:03 UTC) #14
brainman
On 2014/10/13 10:43:03, bradfitz wrote: > Is 32-bit Windows on GCE an option? I don't ...
10 years, 5 months ago (2014-10-13 11:16:20 UTC) #15
brainman
New "all in one" fix https://codereview.appspot.com/155360043/. But I am still happy to split it as ...
10 years, 5 months ago (2014-10-14 01:43:46 UTC) #16
rsc
sending one big CL is fine; please do it soon.
10 years, 5 months ago (2014-10-14 14:26:04 UTC) #17
brainman
10 years, 5 months ago (2014-10-14 20:19:45 UTC) #18
Message was sent while issue was closed.
On 2014/10/14 14:26:04, rsc wrote:
> sending one big CL is fine; please do it soon.

I did. https://codereview.appspot.com/155360043/

Alex
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b