• Keith Randall's avatar
    runtime: zero pointer-looking scalararg values · dcc4a674
    Keith Randall authored
    I have a CL which at every gc looks through data and bss
    sections for nonpointer data (according to gc maps) that
    looks like a pointer.  These are potential missing roots.
    
    The only thing it finds are begnign, storing stack pointers
    into m0.scalararg[1] and never cleaning them up.  Let's
    clean them up now so the test CL passes all.bash cleanly.
    
    The test CL can't be checked in because we might store
    pointer-looking things in nonpointer data by accident.
    
    LGTM=iant
    R=golang-codereviews, iant, khr
    CC=golang-codereviews
    https://golang.org/cl/153210043
    dcc4a674
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...