summaryrefslogtreecommitdiff
path: root/test/gc1.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+14
2011-09-13Imported Upstream version 60Ondřej Surý1-14/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+2
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox1-1/+1
cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519
2009-09-14fix "declared and not used" in tests;Russ Cox1-0/+1
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2009-01-26gc #0. mark and sweep collector.Russ Cox1-0/+13
R=r,gri DELTA=472 (423 added, 2 deleted, 47 changed) OCL=23522 CL=23541