• Russ Cox's avatar
    runtime: fix plan9/amd64 build? · f9829e92
    Russ Cox authored
    The only thing I can see that is really Plan 9-specific
    is that the stack pointer used for signal handling used
    to have more mapped memory above it.
    Specifically it used to have at most 88 bytes (StackTop),
    so change the allocation of a 40-byte frame to a 128-byte frame.
    
    No idea if this will work, but worth a try.
    
    Note that "fix" here means get it back to timing out
    instead of crashing.
    
    TBR=iant
    CC=golang-codereviews
    https://golang.org/cl/142840043
    f9829e92
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...