]> Cypherpunks repositories - gostls13.git/commit
test: add tests for indirection level computation in escape analysis
authorDmitry Vyukov <dvyukov@google.com>
Thu, 19 Feb 2015 12:44:08 +0000 (15:44 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 28 Mar 2015 13:43:27 +0000 (13:43 +0000)
commit6d9fd7e65b29af8227a763d754ac7a2fbf8be6f9
treed90302778df42fcb1ba4945f3d6775826e4a3c20
parent130538bb9a17d6ac894aecf0f5535cc6b04bed5c
test: add tests for indirection level computation in escape analysis

The false positive (var incorrectly escapes to heap) is marked with BAD.

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