1
0
mirror of https://github.com/golang/go synced 2024-11-18 09:04:49 -07:00
go/test/bench/shootout
Russ Cox 0f4132c907 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>
2015-05-21 17:32:03 +00:00
..
binary-tree-freelist.go
binary-tree-freelist.txt
binary-tree.c
binary-tree.go
binary-tree.txt
chameneosredux.c
chameneosredux.go cmd/gc: implement 'for range x {' 2014-07-16 19:27:10 -04:00
chameneosredux.txt
fannkuch-parallel.go
fannkuch-parallel.txt
fannkuch.c
fannkuch.go
fannkuch.txt
fasta-1000.out
fasta.c
fasta.go
fasta.txt
k-nucleotide-parallel.go
k-nucleotide-parallel.txt
k-nucleotide.c
k-nucleotide.go
k-nucleotide.txt
mandelbrot.c
mandelbrot.go
mandelbrot.txt
meteor-contest.c
meteor-contest.go
meteor-contest.txt
nbody.c
nbody.go
nbody.txt
pidigits.c
pidigits.go
pidigits.txt
regex-dna-parallel.go
regex-dna-parallel.txt
regex-dna.c
regex-dna.go
regex-dna.txt
reverse-complement.c
reverse-complement.go
reverse-complement.txt
spectral-norm-parallel.go
spectral-norm.c
spectral-norm.go
spectral-norm.txt
threadring.c
threadring.go
threadring.txt
timing.log
timing.sh all: build and use go tool compile, go tool link 2015-05-21 17:32:03 +00:00