• Russ Cox's avatar
    fix runtime stack overflow bug that gri ran into: · 95100344
    Russ Cox authored
    160 - 75 was just barely not enough for deferproc + morestack.
    
    added enum names and bumped to 256 - 128.
    added explanation.
    
    changed a few mal() (garbage-collected) to
    malloc()/free() (manually collected).
    
    R=ken
    OCL=26981
    CL=26981
    95100344
Name
Last commit
Last update
..
6.out.h Loading commit data...
Makefile Loading commit data...
asm.c Loading commit data...
go.c Loading commit data...
l.h Loading commit data...
list.c Loading commit data...
mkenam Loading commit data...
obj.c Loading commit data...
optab.c Loading commit data...
pass.c Loading commit data...
span.c Loading commit data...