]> Cypherpunks repositories - gostls13.git/commit
test: use go:noinline consistently
authorTodd Neal <todd@tneal.org>
Fri, 30 Oct 2015 02:45:19 +0000 (21:45 -0500)
committerTodd Neal <todd@tneal.org>
Tue, 3 Nov 2015 02:01:34 +0000 (02:01 +0000)
commite3e0122ae269027bfd2e2db1dbf106883ad5a8a7
treec3313e876d4d10a4b340f0886305fb5cc60932d3
parentebafc80ebaa8d7e67ba72642eed67c0adfc0c0c3
test: use go:noinline consistently

Replace various implementations of inlining prevention with
"go:noinline"

Change-Id: Iac90895c3a62d6f4b7a6c72e11e165d15a0abfa4
Reviewed-on: https://go-review.googlesource.com/16510
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
14 files changed:
src/runtime/gc_test.go
src/runtime/pprof/mprof_test.go
src/runtime/race/testdata/mop_test.go
src/runtime/race/testdata/regression_test.go
test/fixedbugs/bug401.go
test/fixedbugs/bug484.go
test/fixedbugs/issue10441.go
test/fixedbugs/issue12133.go
test/fixedbugs/issue4518.go
test/fixedbugs/issue4964.dir/a.go
test/fixedbugs/issue7995b.dir/x1.go
test/fixedbugs/issue8036.go
test/func8.go
test/reorder2.go