]> Cypherpunks repositories - gostls13.git/commit
fix runtime stack overflow bug that gri ran into:
authorRuss Cox <rsc@golang.org>
Wed, 1 Apr 2009 07:26:00 +0000 (00:26 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 1 Apr 2009 07:26:00 +0000 (00:26 -0700)
commit95100344d33f7b99cd728260d8e6ee6a19ce0429
treed183b3548ef00ff6c7e6055406974568ca582460
parentc025cf64dcf0f4a95fae5340eafd9e7ab352944c
fix runtime stack overflow bug that gri ran into:
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
src/cmd/6l/pass.c
src/cmd/8l/pass.c
src/runtime/iface.c
src/runtime/proc.c