• Russ Cox's avatar
    runtime: increase nosplit area to 192 · 397bdb21
    Russ Cox authored
    In CL 131450043, which raised it to 160,
    I'd raise it to 192 if necessary.
    Apparently it is necessary on windows/amd64.
    
    One note for those concerned about the growth:
    in the old segmented stack world, we wasted this much
    space at the bottom of every stack segment.
    In the new contiguous stack world, each goroutine has
    only one stack segment, so we only waste this much space
    once per goroutine. So even raising the limit further might
    still be a net savings.
    
    Fixes windows/amd64 build.
    
    TBR=r
    CC=golang-codereviews
    https://golang.org/cl/132480043
    397bdb21
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...