| commit | 26239417bb0973c658a7d05e7c8b0b058562ccb8 | [log] [tgz] |
|---|---|---|
| author | Ian Lance Taylor <iant@golang.org> | Tue Dec 13 15:12:55 2011 -0800 |
| committer | Ian Lance Taylor <iant@golang.org> | Tue Dec 13 15:12:55 2011 -0800 |
| tree | e31d2741102abbc5a4621b62fa743a0c7ff01635 | |
| parent | 64776da456682db445462e6d095de1b2b6652a8e [diff] |
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