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

Issue 166910043: code review 166910043: go.net/ipv6: simplify syscall shims (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by mikio
Modified:
9 years, 6 months ago
Reviewers:
iant
CC:
iant, golang-codereviews
Visibility:
Public.

Description

go.net/ipv6: simplify syscall shims This CL replaces syscall duplicates with tiny syscall shims to help to add new platform support, to improve existing platform support.

Patch Set 1 : diff -r 4425282176f5e72450567ba37cdfffc8aa13196d https://code.google.com/p/go.net #

Patch Set 2 : diff -r 4425282176f5e72450567ba37cdfffc8aa13196d https://code.google.com/p/go.net #

Patch Set 3 : diff -r 4425282176f5e72450567ba37cdfffc8aa13196d https://code.google.com/p/go.net #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -106 lines) Patch
M ipv6/syscall_linux_386.go View 2 chunks +7 lines, -18 lines 0 comments Download
R ipv6/syscall_linux_386.s View 1 1 chunk +0 lines, -56 lines 0 comments Download
R ipv6/syscall_nosplit4_linux_386.go View 1 chunk +0 lines, -15 lines 0 comments Download
R ipv6/syscall_nosplit7_linux_386.go View 1 chunk +0 lines, -15 lines 0 comments Download
M ipv6/syscall_unix.go View 1 chunk +2 lines, -2 lines 0 comments Download
A ipv6/thunk_linux_386.s View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 5
mikio
Hello iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.net
9 years, 6 months ago (2014-10-30 08:21:02 UTC) #1
iant
I think you can also remove the syscall_linux_386.s file.
9 years, 6 months ago (2014-10-30 14:54:53 UTC) #2
mikio
ptal > I think you can also remove the syscall_linux_386.s file. thanks.
9 years, 6 months ago (2014-10-30 22:02:23 UTC) #3
iant
LGTM
9 years, 6 months ago (2014-10-31 00:11:19 UTC) #4
mikio
9 years, 6 months ago (2014-10-31 00:53:34 UTC) #5
*** Submitted as
https://code.google.com/p/go/source/detail?r=92e7569ca595&repo=net ***

go.net/ipv6: simplify syscall shims

This CL replaces syscall duplicates with tiny syscall shims to help
to add new platform support, to improve existing platform support.

LGTM=iant
R=iant
CC=golang-codereviews
https://codereview.appspot.com/166910043
Sign in to reply to this message.

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