]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInternal
authorCherry Mui <cherryyz@google.com>
Fri, 21 May 2021 22:13:04 +0000 (18:13 -0400)
committerCherry Mui <cherryyz@google.com>
Mon, 24 May 2021 21:05:06 +0000 (21:05 +0000)
commite0844acfc8baa57541a8efef723937c2733e0c99
treebccae84bf2b361ab8211760e4283fc2aac936e63
parentae26b451136a20cb29ac171b1b0dee6ccd06e6eb
[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInternal

All funcPC references are ABIInternal functions. Replace with the
intrinsics.

Change-Id: I2266bb6d2b713eb63b6a09846e9f9c423cab6e9b
Reviewed-on: https://go-review.googlesource.com/c/go/+/322349
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/pprof/pprof.go
src/runtime/pprof/pprof_test.go
src/runtime/pprof/proto.go
src/runtime/pprof/proto_test.go