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

Issue 6625061: code review 6625061: test/bench/shootout: match gcc architecture to GOARCH (Closed)

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

Description

test/bench/shootout: match gcc architecture to GOARCH If we're benchmarking 8g, use gcc -m32. If we're benchmarking 6g, use gcc -m64.

Patch Set 1 #

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

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

Total comments: 1

Patch Set 4 : diff -r 9a6354dbc50c https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -12 lines) Patch
M test/bench/shootout/timing.sh View 1 12 chunks +20 lines, -12 lines 0 comments Download

Messages

Total messages: 6
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 7 months ago (2012-10-07 19:32:07 UTC) #1
bradfitz
LGTM On Sun, Oct 7, 2012 at 12:32 PM, <rsc@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
12 years, 7 months ago (2012-10-07 19:34:29 UTC) #2
minux1
as 5g/5c use ARM instructions, it makes sense to force gcc to do the same. ...
12 years, 7 months ago (2012-10-07 19:36:01 UTC) #3
remyoudompheng
Should we start a timing.log for GOARCH=386 with some chosen measure points?
12 years, 7 months ago (2012-10-07 19:37:23 UTC) #4
rsc
On Sun, Oct 7, 2012 at 3:37 PM, <remyoudompheng@gmail.com> wrote: > Should we start a ...
12 years, 7 months ago (2012-10-07 19:38:22 UTC) #5
rsc
12 years, 7 months ago (2012-10-07 19:49:58 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=d2bdff3cc2c3 ***

test/bench/shootout: match gcc architecture to GOARCH

If we're benchmarking 8g, use gcc -m32.
If we're benchmarking 6g, use gcc -m64.

R=golang-dev, bradfitz, minux.ma, remyoudompheng
CC=golang-dev
http://codereview.appspot.com/6625061
Sign in to reply to this message.

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