commit | 79e1db2da13b0d9aafe39831bdb0c1b7940aab0c | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Dec 04 08:30:54 2008 -0800 |
committer | Russ Cox <rsc@golang.org> | Thu Dec 04 08:30:54 2008 -0800 |
tree | e2b3b906ca88ce3e8ce7a528bde4a4f3e69f94c2 | |
parent | c7bab46d0f3d4ddf13522470d49ed7d69642760c [diff] |
add stub routines stackalloc() and stackfree(). run oldstack on g0's stack, just like newstack does, so that oldstack can free the old stack. R=r DELTA=53 (44 added, 0 deleted, 9 changed) OCL=20404 CL=20433