• Jan Ziak's avatar
    runtime: flag static variables as no-pointers · e017e0cb
    Jan Ziak authored
    Variables in data sections of 32-bit executables interfere with
    garbage collector's ability to free objects and/or unnecessarily
    slow down the garbage collector.
    
    This changeset moves some static variables to .noptr sections.
    'files' in symtab.c is now allocated dynamically.
    
    R=golang-dev, dvyukov, minux.ma
    CC=golang-dev
    https://golang.org/cl/9786044
    e017e0cb
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...