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

Issue 6493123: code review 6493123: cmd/ld: fix compilation when GOARCH != GOHOSTARCH (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by atom
Modified:
11 years, 7 months ago
Reviewers:
CC:
rsc, dave_cheney.net, minux1, golang-dev
Visibility:
Public.

Description

cmd/ld: fix compilation when GOARCH != GOHOSTARCH

Patch Set 1 #

Total comments: 3

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M src/pkg/runtime/mgc0.c View 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/runtime/runtime.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/runtime/typekind.h View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 9
atom
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 7 months ago (2012-09-15 08:04:47 UTC) #1
dave_cheney.net
Thank you for fixing this. I believe this fix is correct, but haven't been able ...
11 years, 7 months ago (2012-09-15 10:13:02 UTC) #2
dave_cheney.net
libs installed, fix LGTM.
11 years, 7 months ago (2012-09-15 10:25:53 UTC) #3
atom
https://codereview.appspot.com/6493123/diff/1/src/pkg/runtime/typekind.h File src/pkg/runtime/typekind.h (right): https://codereview.appspot.com/6493123/diff/1/src/pkg/runtime/typekind.h#newcode36 src/pkg/runtime/typekind.h:36: CommonSize = 2*PtrSize + 6*PtrSize + 8, This was ...
11 years, 7 months ago (2012-09-15 10:36:49 UTC) #4
dave_cheney.net
https://codereview.appspot.com/6493123/diff/1/src/pkg/runtime/typekind.h File src/pkg/runtime/typekind.h (right): https://codereview.appspot.com/6493123/diff/1/src/pkg/runtime/typekind.h#newcode36 src/pkg/runtime/typekind.h:36: CommonSize = 2*PtrSize + 6*PtrSize + 8, On 2012/09/15 ...
11 years, 7 months ago (2012-09-16 02:30:27 UTC) #5
atom
Hello rsc@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 7 months ago (2012-09-16 05:13:11 UTC) #6
minux1
LGTM.
11 years, 7 months ago (2012-09-16 18:58:26 UTC) #7
rsc
LGTM That was subtle. Thanks!
11 years, 7 months ago (2012-09-17 20:44:06 UTC) #8
rsc
11 years, 7 months ago (2012-09-17 21:18:24 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=f61169e934db ***

cmd/ld: fix compilation when GOARCH != GOHOSTARCH

R=rsc, dave, minux.ma
CC=golang-dev
http://codereview.appspot.com/6493123

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