]> Cypherpunks repositories - gostls13.git/commit
runtime: remove go:noescape from getcallerpc/sp
authorMichael Pratt <mpratt@google.com>
Mon, 16 Sep 2024 18:14:27 +0000 (14:14 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 16 Sep 2024 19:10:52 +0000 (19:10 +0000)
commita02516a3797571b5c88b0fc44a225daf401ab457
tree08f498fa87d76fa2c6e3b04794edb87a6305ac61
parent72739bbfa680b4bc95a6597d55f2c4d5354af51f
runtime: remove go:noescape from getcallerpc/sp

getcallerpc and getcallerps dropped their arguments in CL 65474 and CL
109596, respectively.

Without an argument there is nothing to escape.

Change-Id: I24f300d039a2a0615ca0c3ea247125676a6237d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/613497
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/runtime/stubs.go