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

Issue 1381041: code review 1381041: switch to os stack during windows Syscall() (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 10 months ago by brainman
Modified:
15 years, 9 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

switch to os stack during windows Syscall()

Patch Set 1 #

Patch Set 2 : code review 1381041: switch to os stack during windows Syscall() #

Total comments: 2

Patch Set 3 : code review 1381041: switch to os stack during windows Syscall() #

Total comments: 4

Patch Set 4 : code review 1381041: switch to os stack during windows Syscall() #

Patch Set 5 : code review 1381041: switch to os stack during windows Syscall() #

Total comments: 5

Patch Set 6 : code review 1381041: switch to os stack during windows Syscall() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -57 lines) Patch
M src/pkg/runtime/windows/386/sys.s View 1 2 3 4 5 2 chunks +34 lines, -19 lines 0 comments Download
M src/pkg/runtime/windows/mem.c View 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/windows/os.h View 1 2 3 2 chunks +23 lines, -4 lines 0 comments Download
M src/pkg/runtime/windows/syscall.goc View 1 2 3 4 5 1 chunk +61 lines, -13 lines 0 comments Download
M src/pkg/runtime/windows/thread.c View 1 2 3 4 5 10 chunks +45 lines, -20 lines 0 comments Download

Messages

Total messages: 14
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change.
15 years, 10 months ago (2010-05-28 04:39:54 UTC) #1
rsc1
http://codereview.appspot.com/1381041/diff/2001/3001 File src/pkg/runtime/windows/386/sys.s (right): http://codereview.appspot.com/1381041/diff/2001/3001#newcode16 src/pkg/runtime/windows/386/sys.s:16: // ADDED(brainman): It should be ok now as all ...
15 years, 10 months ago (2010-06-03 01:00:42 UTC) #2
brainman
> Can we just fix the calls in thread.c and mem.c too? > Would love ...
15 years, 10 months ago (2010-06-04 03:08:21 UTC) #3
brainman
Please, ignore my last message. Alex
15 years, 10 months ago (2010-06-04 07:06:24 UTC) #4
brainman
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 10 months ago (2010-06-07 06:13:50 UTC) #5
rsc1
looks pretty good. i think the count is important. http://codereview.appspot.com/1381041/diff/14001/15003 File src/pkg/runtime/windows/os.h (right): http://codereview.appspot.com/1381041/diff/14001/15003#newcode25 src/pkg/runtime/windows/os.h:25: ...
15 years, 10 months ago (2010-06-07 20:04:50 UTC) #6
brainman
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 10 months ago (2010-06-08 01:19:04 UTC) #7
brainman
http://codereview.appspot.com/1381041/diff/14001/15003 File src/pkg/runtime/windows/os.h (right): http://codereview.appspot.com/1381041/diff/14001/15003#newcode25 src/pkg/runtime/windows/os.h:25: // and swtich to os stack during the call. ...
15 years, 10 months ago (2010-06-08 01:19:23 UTC) #8
brainman
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 10 months ago (2010-06-10 05:58:02 UTC) #9
rsc1
looks good http://codereview.appspot.com/1381041/diff/25001/26004 File src/pkg/runtime/windows/syscall.goc (right): http://codereview.appspot.com/1381041/diff/25001/26004#newcode11 src/pkg/runtime/windows/syscall.goc:11: ·entersyscall(); Just to keep them visible, please ...
15 years, 10 months ago (2010-06-10 06:05:17 UTC) #10
brainman
http://codereview.appspot.com/1381041/diff/25001/26004 File src/pkg/runtime/windows/syscall.goc (right): http://codereview.appspot.com/1381041/diff/25001/26004#newcode11 src/pkg/runtime/windows/syscall.goc:11: ·entersyscall(); On 2010/06/10 06:05:17, rsc1 wrote: > Just to ...
15 years, 10 months ago (2010-06-10 06:30:53 UTC) #11
brainman
Hello rsc, rsc1 (cc: golang-dev@googlegroups.com), Please take another look.
15 years, 10 months ago (2010-06-10 06:31:24 UTC) #12
rsc1
LGTM
15 years, 9 months ago (2010-06-11 08:34:58 UTC) #13
rsc
15 years, 9 months ago (2010-06-11 08:38:22 UTC) #14
*** Submitted as http://code.google.com/p/go/source/detail?r=821ca9bf0ec5 ***

runtime: switch to OS stack during Windows syscall

R=rsc
CC=golang-dev
http://codereview.appspot.com/1381041

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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