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

Issue 6458104: code review 6458104: cmd/dist: always build go_bootstrap in softfp mode on l... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by dave
Modified:
13 years, 1 month ago
Reviewers:
minux1, rsc
CC:
golang-dev
Visibility:
Public.

Description

cmd/dist: always build go_bootstrap in softfp mode on linux/arm CL 6446105 added the ability for the go tool to supply the correct value of GOARM automatically. However the problem of building the bootstrap commands correctly remains. This change causes the dist tool to always build the bootstrap commands in softfp mode on linux/arm. This does imply that on ARMv6 systems and above, a portion of the bootstrap process will be using softfp math. Benchmarking on my pandaboard before and after this CL, the times were identical at 4m30s.

Patch Set 1 #

Patch Set 2 : diff -r 0934e2afdec9 https://code.google.com/p/go #

Total comments: 1

Patch Set 3 : diff -r 0934e2afdec9 https://code.google.com/p/go #

Patch Set 4 : diff -r 0934e2afdec9 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/cmd/dist/build.c View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5
minux1
http://codereview.appspot.com/6458104/diff/2001/src/cmd/dist/build.c File src/cmd/dist/build.c (right): http://codereview.appspot.com/6458104/diff/2001/src/cmd/dist/build.c#newcode624 src/cmd/dist/build.c:624: if (streq(gochar, "5")) no space between if and open-paren ...
13 years, 1 month ago (2012-08-09 09:03:36 UTC) #1
dave_cheney.net
Hello minux.ma@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
13 years, 1 month ago (2012-08-09 09:39:42 UTC) #2
minux1
LGTM; +rsc
13 years, 1 month ago (2012-08-09 09:45:06 UTC) #3
rsc
NOT LGTM I will reply to your mail thread.
13 years, 1 month ago (2012-08-09 19:42:02 UTC) #4
dave_cheney.net
13 years, 1 month ago (2012-08-09 23:48:58 UTC) #5
*** Abandoned ***
Sign in to reply to this message.

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