]> Cypherpunks repositories - gostls13.git/commit
all: build and use go tool compile, go tool link
authorRuss Cox <rsc@golang.org>
Thu, 21 May 2015 17:28:13 +0000 (13:28 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 May 2015 17:32:03 +0000 (17:32 +0000)
commit0f4132c907d9749a1a41a20af7856065ee10de9e
tree11dd95099cee836043f2200dc3678eeb538da79a
parent17eba6e6b72b9dbf24d73a84be22edd65c229631
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>
14 files changed:
src/cmd/dist/build.go
src/cmd/dist/buildtool.go
src/cmd/go/build.go
src/cmd/pack/pack_test.go
src/debug/gosym/pclntab_test.go
test/bench/shootout/timing.sh
test/fixedbugs/bug248.go
test/fixedbugs/bug302.go
test/fixedbugs/bug345.go
test/fixedbugs/bug369.go
test/fixedbugs/issue9355.go
test/nosplit.go
test/run.go
test/sinit_run.go