]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] cmd/gc: fix escape analysis bug with variable capture in loops.
authorAndrew Gerrand <adg@golang.org>
Fri, 21 Sep 2012 19:54:55 +0000 (05:54 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 21 Sep 2012 19:54:55 +0000 (05:54 +1000)
commitdfd413bda12d684c03eb1ac7a3451da10e24dabd
tree4194ac64427290704fdb9e493441889cd8e234dc
parent7ed136f1215c97f74936e3d53c2360f1b11ce377
[release-branch.go1] cmd/gc: fix escape analysis bug with variable capture in loops.
src/cmd/gc/esc.c
test/escape.go
test/escape2.go