]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.garbage] runtime: reduce stack footprint of write barriers
authorRuss Cox <rsc@golang.org>
Fri, 5 Dec 2014 21:47:50 +0000 (16:47 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 5 Dec 2014 21:47:50 +0000 (16:47 -0500)
commitfa6c54953c756c461073119f02e70930c753bac1
treec3d1be228d2ba30fea554b1c9020014c76742680
parentb537635a7fa89d7dcf04cb7327d3622d248f78b8
[dev.garbage] runtime: reduce stack footprint of write barriers

This is going to hurt a bit but we'll make it better later.
Now the race detector can be run again.

I added the write barrier optimizations from
CL 183020043 to try to make it hurt a little less.

TBR=rlh
CC=golang-codereviews
https://golang.org/cl/185070043
src/run.bash
src/runtime/mgc0.go