]> Cypherpunks repositories - gostls13.git/commit
runtime: use persistentalloc instead of SysAlloc in GC
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 10 Jun 2013 05:16:06 +0000 (09:16 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 10 Jun 2013 05:16:06 +0000 (09:16 +0400)
commit99922aba8bca811f28f0d8e7beed4a0801a82c1c
treeb92eea91683cd6819f68a11cb0ac11ff53b2a1f4
parentb36f2db12a3b12ef1a9134ac070bb7571dcf84f9
runtime: use persistentalloc instead of SysAlloc in GC
Especially important for Windows because it reserves VM
only in multiple of 64k.

R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/10082048
src/pkg/runtime/mgc0.c