]> Cypherpunks repositories - gostls13.git/commit
test: add tests for escape analysis when assigning to indirections
authorDmitry Vyukov <dvyukov@google.com>
Thu, 19 Feb 2015 14:39:17 +0000 (17:39 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 28 Mar 2015 13:38:45 +0000 (13:38 +0000)
commita21537ff74e8d873a9dcf55412a467769ddc3bd5
tree293268165ec8809eb32a2a64fc28fa894c8ad45a
parent097b1e0b733dd425f77c5ad7ef410ed521f31e31
test: add tests for escape analysis when assigning to indirections

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

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