• Jan Ziak's avatar
    runtime: use reflect·call() to enter the function gc() · 51b8edcb
    Jan Ziak authored
    Garbage collection code (to be merged later) is calling functions
    which have many local variables. This increases the probability that
    the stack capacity won't be big enough to hold the local variables.
    So, start gc() on a bigger stack to eliminate a potentially large number
    of calls to runtime·morestack().
    
    R=rsc, remyoudompheng, dsymonds, minux.ma, iant, iant
    CC=golang-dev
    https://golang.org/cl/6846044
    51b8edcb
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...