]> Cypherpunks repositories - gostls13.git/commit
runtime: Make gc_test test extra allocated space, not total space.
authorIan Lance Taylor <iant@golang.org>
Tue, 13 Dec 2011 23:12:55 +0000 (15:12 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 13 Dec 2011 23:12:55 +0000 (15:12 -0800)
commit26239417bb0973c658a7d05e7c8b0b058562ccb8
treee31d2741102abbc5a4621b62fa743a0c7ff01635
parent64776da456682db445462e6d095de1b2b6652a8e
runtime: Make gc_test test extra allocated space, not total space.

Testing total space fails for gccgo when not using split
stacks, because then each goroutine has a large stack, and so
the total memory usage is large.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5487068
src/pkg/runtime/gc_test.go