]> Cypherpunks repositories - gostls13.git/commit
runtime: fix scanning of gc work buffer
authorKeith Randall <khr@golang.org>
Tue, 30 Sep 2014 15:51:02 +0000 (08:51 -0700)
committerKeith Randall <khr@golang.org>
Tue, 30 Sep 2014 15:51:02 +0000 (08:51 -0700)
commitac9218f5f06dabec3ef7682619dd98fe587d6c08
tree2f2f675af7fa24bea775c86e7490f5c90401ed30
parent12308d5a0bb424ef3ee9a664c77192b48e3df84c
runtime: fix scanning of gc work buffer

GC types were not being generated for the garbage collector
work buffer.  The markfor object was being collected as a result.
This broke amd64p32 and maybe plan9 builds.  Why it didn't break
every build I'm not sure...

Fixes #8812

LGTM=0intro, rsc
R=golang-codereviews, dave, khr, 0intro, rsc
CC=golang-codereviews
https://golang.org/cl/149260043
src/runtime/mgc0.c