• Russ Cox's avatar
    runtime: fix build · f0223207
    Russ Cox authored
    'range hash' makes a copy of the hash array in the stack, creating
    a very large stack frame. It's just the right amount that it
    uses most but not all of the total stack size. If you have a lot
    of environment variables, like the builders, then this is too
    much and the g0 stack runs out of space.
    
    TBR=bradfitz
    CC=golang-codereviews
    https://golang.org/cl/132350043
    f0223207
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...