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

Issue 143160046: code review 143160046: syscall: another attempt to keep windows syscall pointe... (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, iant
CC:
golang-codereviews, iant, r
Visibility:
Public.

Description

syscall: another attempt to keep windows syscall pointers live This approach was suggested in https://codereview.appspot.com/138250043/#msg15. Unlike current version of mksyscall_windows.go, new code could be used in go.sys and other external repos without help from asm.

Patch Set 1 #

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

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

Total comments: 3

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -15 lines) Patch
M src/syscall/mksyscall_windows.go View 1 2 3 8 chunks +70 lines, -9 lines 0 comments Download
M src/syscall/zsyscall_windows.go View 1 2 6 chunks +30 lines, -6 lines 0 comments Download

Messages

Total messages: 6
brainman
Hello golang-codereviews@googlegroups.com (cc: r@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 5 months ago (2014-10-03 02:10:33 UTC) #1
iant
LGTM https://codereview.appspot.com/143160046/diff/40001/src/syscall/mksyscall_windows.go File src/syscall/mksyscall_windows.go (right): https://codereview.appspot.com/143160046/diff/40001/src/syscall/mksyscall_windows.go#newcode533 src/syscall/mksyscall_windows.go:533: a := make([]string, 0) For this kind of ...
10 years, 5 months ago (2014-10-03 17:58:22 UTC) #2
r
https://codereview.appspot.com/143160046/diff/40001/src/syscall/mksyscall_windows.go File src/syscall/mksyscall_windows.go (right): https://codereview.appspot.com/143160046/diff/40001/src/syscall/mksyscall_windows.go#newcode533 src/syscall/mksyscall_windows.go:533: a := make([]string, 0) On 2014/10/03 17:58:22, iant wrote: ...
10 years, 5 months ago (2014-10-03 18:05:56 UTC) #3
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=be3fe3a11200 *** syscall: another attempt to keep windows syscall pointers live This ...
10 years, 5 months ago (2014-10-05 02:15:24 UTC) #4
gobot
This changed caused perf changes on linux-amd64-perf: http-1 old new delta sys-stack 393216 327680 -16.67 ...
10 years, 5 months ago (2014-10-05 02:39:48 UTC) #5
brainman
10 years, 5 months ago (2014-10-05 04:12:49 UTC) #6
Message was sent while issue was closed.
On 2014/10/05 02:39:48, gobot wrote:
> This changed caused perf changes on linux-amd64-perf:
> 
> 
> http-1                    old          new      delta
> sys-stack              393216       327680     -16.67
> 
> http-2                    old          new      delta
> sys-stack              491520       458752      -6.67
> 
> http-4                    old          new      delta
> sys-stack              819200       720896     -12.00
> 
>
http://build.golang.org/perfdetail?commit=be3fe3a1120009c4d0b9b5d497b0c8d2741...
> 
> 
> 
> —gobot

I don't see how these large changes are possible.

Alex
Sign in to reply to this message.

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