]> Cypherpunks repositories - gostls13.git/commit
test: add tests for escape analysis of function parameters
authorDmitry Vyukov <dvyukov@google.com>
Thu, 19 Feb 2015 16:10:31 +0000 (19:10 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Mon, 30 Mar 2015 10:12:05 +0000 (10:12 +0000)
commitd593f4a4d51cb4a6be8fb808800978cea6b97d9a
treeccba35d9162ecdcefcb62605e04a96d2f2ba8855
parent09b7f4f12a961ed8dad8a37de782f9403e211562
test: add tests for escape analysis of function parameters

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

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