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

Issue 3790044: code review 3790044: net: windows/amd64 port (Closed)

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

Description

net: windows/amd64 port

Patch Set 1 #

Patch Set 2 : code review 3790044: net: Windows X64 port. #

Total comments: 1

Patch Set 3 : code review 3790044: net: windows/amd64 port #

Total comments: 4

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

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -23 lines) Patch
M src/pkg/net/fd_windows.go View 1 2 3 1 chunk +1 line, -1 line 1 comment Download
M src/pkg/syscall/syscall_windows.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_windows_386.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_windows_amd64.go View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/syscall/ztypes_windows.go View 1 2 3 3 chunks +2 lines, -19 lines 0 comments Download
M src/pkg/syscall/ztypes_windows_386.go View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_windows_amd64.go View 1 2 3 1 chunk +17 lines, -0 lines 2 comments Download

Messages

Total messages: 12
vcc
Hello golang-dev@googlegroups.com, I'd like you to review this change.
14 years, 4 months ago (2010-12-31 05:16:20 UTC) #1
rsc
Thanks for putting this together, but I'd like to see a lot less copying of ...
14 years, 3 months ago (2011-01-19 19:12:19 UTC) #2
vcc
PTAL
14 years, 3 months ago (2011-01-28 16:20:14 UTC) #3
rsc
I'd still prefer to see less code duplication. http://codereview.appspot.com/3790044/diff/8001/src/pkg/net/Makefile File src/pkg/net/Makefile (right): http://codereview.appspot.com/3790044/diff/8001/src/pkg/net/Makefile#newcode40 src/pkg/net/Makefile:40: GOFILES_linux=\ ...
14 years, 3 months ago (2011-01-31 20:01:30 UTC) #4
vcc
PTAL PASS test.
13 years, 9 months ago (2011-07-13 13:45:36 UTC) #5
rsc
LGTM fantastic
13 years, 9 months ago (2011-07-13 19:44:10 UTC) #6
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=ebf7f0b28433 *** net: windows/amd64 port R=rsc, alex.brainman CC=golang-dev http://codereview.appspot.com/3790044 Committer: Russ Cox ...
13 years, 9 months ago (2011-07-13 19:44:24 UTC) #7
brainman
Sorry, I'm late. But I have some questions. Alex http://codereview.appspot.com/3790044/diff/16001/src/pkg/net/fd_windows.go File src/pkg/net/fd_windows.go (right): http://codereview.appspot.com/3790044/diff/16001/src/pkg/net/fd_windows.go#newcode496 src/pkg/net/fd_windows.go:496: ...
13 years, 9 months ago (2011-07-14 01:41:46 UTC) #8
rsc
> http://codereview.appspot.com/3790044/diff/16001/src/pkg/net/fd_windows.go#newcode496 > src/pkg/net/fd_windows.go:496: e = syscall.Setsockopt(s, > syscall.SOL_SOCKET, syscall.SO_UPDATE_ACCEPT_CONTEXT, > (*byte)(unsafe.Pointer(&fd.sysfd)), int32(unsafe.Sizeof(fd.sysfd))) > I ...
13 years, 9 months ago (2011-07-14 03:02:04 UTC) #9
vcc
2011/7/14 <alex.brainman@gmail.com>: > Sorry, I'm late. But I have some questions. > > Alex > ...
13 years, 9 months ago (2011-07-14 03:23:37 UTC) #10
brainman
On 2011/07/14 03:02:04, rsc wrote: > > > I think it's because fd.sysfd is 64 ...
13 years, 9 months ago (2011-07-14 04:37:03 UTC) #11
brainman
13 years, 9 months ago (2011-07-14 04:39:25 UTC) #12
On 2011/07/14 03:23:37, vcc wrote:
> 
> search .h in mingw-w64 or vc++, you will find the define:
> 

I did. You are correct.

Just wandering why they shuffled these fields around? ...
Perhaps to confuse use <g>!

Thanks for explaining. LGTM

Alex
Sign in to reply to this message.

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