Rob Pike
|
905cb4881b
|
all: remove some references to Make.inc etc.
There are a few more but these are the easiest ones.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5756067
|
2012-03-07 13:51:49 +11:00 |
|
Russ Cox
|
a6d8b483b6
|
runtime: make garbage collector faster by deleting code
Suggested by Sanjay Ghemawat. 5-20% faster depending
on the benchmark.
Add tree2 garbage benchmark.
Update other garbage benchmarks to build again.
R=golang-dev, r, adg
CC=golang-dev
https://golang.org/cl/5530074
|
2012-01-10 19:49:11 -08:00 |
|
Maxim Pimenov
|
bf6dd2db04
|
various: use $GCFLAGS and $GCIMPORTS like Make does
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5489065
|
2011-12-16 11:31:39 -05:00 |
|
Russ Cox
|
5fe96c640a
|
test/garbage: move to test/bench/garbage
(These are benchmarks for the garbage collector, not tests.)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5484070
|
2011-12-13 18:02:49 -05:00 |
|