• Keith Randall's avatar
    runtime/gc: Run garbage collector on g0 stack · 71f06104
    Keith Randall authored
    instead of regular g stack. We do this so that the g stack
    we're currently running on is no longer changing.  Cuts
    the root set down a bit (g0 stacks are not scanned, and
    we don't need to scan gc's internal state).  Also an
    enabler for copyable stacks.
    
    R=golang-dev, cshapiro, khr, 0xe2.0x9a.0x9b, dvyukov, rsc, iant
    CC=golang-dev
    https://golang.org/cl/9754044
    71f06104
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...