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

Issue 76150044: code review 76150044: reflect: correct alignment of call arguments on amd64p32. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by remyoudompheng
Modified:
10 years, 1 month ago
Reviewers:
gobot, iant
CC:
rsc, iant, dave_cheney.net, golang-codereviews
Visibility:
Public.

Description

reflect: correct alignment of call arguments on amd64p32. Changes adapted from original CL 15680044.

Patch Set 1 #

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

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

Total comments: 3

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

Patch Set 5 : diff -r 39cae26c19ad https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -15 lines) Patch
M src/pkg/reflect/type.go View 1 4 chunks +24 lines, -9 lines 0 comments Download
M src/pkg/reflect/value.go View 1 2 3 4 chunks +18 lines, -6 lines 0 comments Download

Messages

Total messages: 7
remyoudompheng
Hello rsc@golang.org, iant@golang.org, dave@cheney.net (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 1 month ago (2014-03-15 17:15:12 UTC) #1
iant
https://codereview.appspot.com/76150044/diff/40001/src/pkg/reflect/value.go File src/pkg/reflect/value.go (right): https://codereview.appspot.com/76150044/diff/40001/src/pkg/reflect/value.go#newcode630 src/pkg/reflect/value.go:630: if runtime.GOARCH == "amd64p32" { I think this would ...
10 years, 1 month ago (2014-03-18 18:05:34 UTC) #2
remyoudompheng
Hello rsc@golang.org, iant@golang.org, dave@cheney.net (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 1 month ago (2014-03-20 06:19:25 UTC) #3
remyoudompheng
https://codereview.appspot.com/76150044/diff/40001/src/pkg/reflect/value.go File src/pkg/reflect/value.go (right): https://codereview.appspot.com/76150044/diff/40001/src/pkg/reflect/value.go#newcode630 src/pkg/reflect/value.go:630: if runtime.GOARCH == "amd64p32" { On 2014/03/18 18:05:34, iant ...
10 years, 1 month ago (2014-03-20 06:20:16 UTC) #4
iant
LGTM
10 years, 1 month ago (2014-03-20 17:13:40 UTC) #5
remyoudompheng
*** Submitted as https://code.google.com/p/go/source/detail?r=ab0ea248ed7c *** reflect: correct alignment of call arguments on amd64p32. Changes adapted ...
10 years, 1 month ago (2014-03-20 21:22:16 UTC) #6
gobot
10 years, 1 month ago (2014-03-20 23:12:08 UTC) #7
Message was sent while issue was closed.
This CL appears to have broken the netbsd-amd64-bsiegert builder.
See http://build.golang.org/log/c1803810a4246d9ed8b9673ae4481b9b548b35a7
Sign in to reply to this message.

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