]> Cypherpunks repositories - gostls13.git/commit
closures - runtime and debugger support, test case
authorRuss Cox <rsc@golang.org>
Fri, 6 Feb 2009 21:46:56 +0000 (13:46 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 6 Feb 2009 21:46:56 +0000 (13:46 -0800)
commit0f4f2a61836bba7dadb0cbdd00dfa53ba549555e
treeb8e48ca2a3b0f4983102041168ebc81244a713e8
parent187cf78a7c2fff4c1f606dacc412d5dda84f45b2
closures - runtime and debugger support, test case

R=r
DELTA=257  (250 added, 1 deleted, 6 changed)
OCL=24509
CL=24565
src/libmach_amd64/8db.c
src/runtime/malloc.c
src/runtime/mem.c
src/runtime/rt2_amd64.c
test/closure.go [new file with mode: 0644]
test/stack.go