]> Cypherpunks repositories - gostls13.git/commit
[dev.garbage] runtime: Code to implement write barriers
authorRick Hudson <rlh@golang.org>
Mon, 10 Nov 2014 18:42:34 +0000 (13:42 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 10 Nov 2014 18:42:34 +0000 (13:42 -0500)
commitd3d60975b4870458933a40885ea9f7a4b07b5e56
tree3141353bf4d3de5cdb0194f5ca11cca77b92a261
parentd8ee1c5a2c2bbbf3845f8edaacf827580ebac18c
[dev.garbage] runtime: Code to implement write barriers
To turn concurrent gc on alter the if false in func gogc
currently at line 489 in malloc.go

LGTM=rsc
R=rsc
CC=golang-codereviews, rlh
https://golang.org/cl/172190043
src/runtime/malloc.go
src/runtime/mgc0.c
src/runtime/mgc0.go
src/runtime/runtime.h
src/runtime/stubs.go