aboutsummaryrefslogtreecommitdiff
path: root/test/bench
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-05-21 13:28:13 -0400
committerRuss Cox <rsc@golang.org>2015-05-21 17:32:03 +0000
commit0f4132c907d9749a1a41a20af7856065ee10de9e (patch)
tree11dd95099cee836043f2200dc3678eeb538da79a /test/bench
parent17eba6e6b72b9dbf24d73a84be22edd65c229631 (diff)
downloadgo-0f4132c907d9749a1a41a20af7856065ee10de9e.tar.gz
go-0f4132c907d9749a1a41a20af7856065ee10de9e.zip
all: build and use go tool compile, go tool link
This CL fixes the build to use the newly created go tool compile and go tool link in place of go tool 5g, go tool 5l, and so on. See golang-dev thread titled "go tool compile, etc" for background. Although it was not a primary motivation, this conversion does reduce the wall clock time and cpu time required for make.bash by about 10%. Change-Id: I79cbbdb676cab029db8aeefb99a53178ff55f98d Reviewed-on: https://go-review.googlesource.com/10288 Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'test/bench')
-rwxr-xr-xtest/bench/shootout/timing.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bench/shootout/timing.sh b/test/bench/shootout/timing.sh
index a06c326c3e..b15825cc68 100755
--- a/test/bench/shootout/timing.sh
+++ b/test/bench/shootout/timing.sh
@@ -7,8 +7,8 @@ set -e
eval $(go tool dist env)
O=$GOCHAR
-GC="go tool ${O}g"
-LD="go tool ${O}l"
+GC="go tool compile"
+LD="go tool link"
gccm=""
case "$O" in