]> Cypherpunks repositories - gostls13.git/commit
runtime: remove uses of ScanConservatively
authorRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 15:09:58 +0000 (11:09 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Sep 2014 15:09:58 +0000 (11:09 -0400)
commitd208361cde17ff65451ae1da5e273ef8c65ee7c0
tree72ce84cd325ea3ba80232ccf0442d9bd880b02dc
parentfc469314420f553906a283656ae39bafcf5af1b0
runtime: remove uses of ScanConservatively

Along with CLs 139610043 and 141490043,
this removes all conservative scanning during
garbage collection, except _cgo_allocate,
which is SWIG-only.

LGTM=rlh, khr
R=golang-codereviews, dvyukov, rlh, khr
CC=golang-codereviews, iant
https://golang.org/cl/144860043
src/runtime/malloc.h
src/runtime/mgc0.c