]> Cypherpunks repositories - gostls13.git/commit
test: add tests for escape analysis of slices
authorDmitry Vyukov <dvyukov@google.com>
Thu, 19 Feb 2015 15:30:08 +0000 (18:30 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 28 Mar 2015 13:18:42 +0000 (13:18 +0000)
commit0558f12123d8838575acb64fc7d9d58c59511b89
treedd754adc2072383a8a3c77a9e49c6799f727fcbf
parent1f5617e37c9078dbe082151c9e17d5dc900cb5a0
test: add tests for escape analysis of slices

False positives (var incorrectly escapes) are marked with BAD.

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