]> Cypherpunks repositories - gostls13.git/commit
fix another gc bug, one that i have only imagined,
authorRuss Cox <rsc@golang.org>
Tue, 16 Jun 2009 04:31:56 +0000 (21:31 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 16 Jun 2009 04:31:56 +0000 (21:31 -0700)
commit8c357ce269c3c264ce29ff9c3e52b45d8591b707
treebbe337377e06b54926dcf0aeca683d51f780dcd9
parent36835c7a47dac796f64159e5e1b1d5abc26c4b8b
fix another gc bug, one that i have only imagined,
not observed: do not use malloc to allocate stacks
during garbage collection, because it would make the
malloc data structures change underfoot.

R=r
DELTA=6  (3 added, 0 deleted, 3 changed)
OCL=30323
CL=30326
src/pkg/runtime/malloc.c
src/pkg/runtime/mgc0.c
src/pkg/runtime/runtime.h