]> Cypherpunks repositories - gostls13.git/commit
test: add tests for escape analysis of closure arguments
authorDmitry Vyukov <dvyukov@google.com>
Thu, 19 Feb 2015 12:57:03 +0000 (15:57 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 28 Mar 2015 15:08:09 +0000 (15:08 +0000)
commit8a2545744b2662fc34c117e769f3dbd2f7167d19
tree2194794180a0e7867c30295e2d8cbcc70caf6910
parent8205bfb5667967ce04e54e365093e57362c3fd0b
test: add tests for escape analysis of closure arguments

10 false positives (var incorrectly escapes to heap) are marked with BAD.

Change-Id: I773b13a18ff55aaa499a2a28a979118422cc5322
Reviewed-on: https://go-review.googlesource.com/5293
Reviewed-by: Keith Randall <khr@golang.org>
test/escape_closure.go [new file with mode: 0644]