]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: remove unneeded noinline directives
authorKeith Randall <khr@google.com>
Mon, 16 Sep 2019 23:53:23 +0000 (16:53 -0700)
committerKeith Randall <khr@golang.org>
Tue, 17 Sep 2019 17:17:11 +0000 (17:17 +0000)
commit07ad84009865b15d68cba036610d04c66bd3f5e8
treef7b1b8a94869ac0efc080f3716554212927820a1
parent38543c2813a1075e09693894625421309d8ef333
runtime: remove unneeded noinline directives

Now that mid-stack inlining reports backtraces correctly, we no
longer need to protect against inlining in a few critical areas.

Update #19348
Update #28640
Update #34276

Change-Id: Ie68487e6482c3a9509ecf7ecbbd40fe43cee8381
Reviewed-on: https://go-review.googlesource.com/c/go/+/195818
Reviewed-by: David Chase <drchase@google.com>
src/runtime/extern.go
src/runtime/stack_test.go