]> Cypherpunks repositories - gostls13.git/commit
pkg/runtime: ignore runtime.memlimit when allocating heap
authorIan Lance Taylor <iant@golang.org>
Tue, 26 Mar 2013 21:01:12 +0000 (14:01 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 Mar 2013 21:01:12 +0000 (14:01 -0700)
commit515353a290be7718783ce31987b74e8e515e6c2d
tree9bf255523b5bd8093b75c302b0e52ca69ca95253
parent2180506169e448ce1473b25875195f3681291f54
pkg/runtime: ignore runtime.memlimit when allocating heap

For Go 1.1, stop checking the rlimit, because it broke now
that mheap is allocated using SysAlloc.  See issue 5049.

R=r
CC=golang-dev
https://golang.org/cl/7741050
src/pkg/runtime/malloc.goc