]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
authorCherry Mui <cherryyz@google.com>
Fri, 21 May 2021 17:37:19 +0000 (13:37 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 21 May 2021 22:40:36 +0000 (22:40 +0000)
commit626e89c261297d13ef892bb569640cd72c35b98a
tree1df4d16feb06a16f2e81735fe971a4bf53323ca9
parent6a81e063dd0bf28d21b7085cc1d9e76eaeb78460
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal

At this point all funcPC references are ABIInternal functions.
Replace with the intrinsics.

Change-Id: I3ba7e485c83017408749b53f92877d3727a75e27
Reviewed-on: https://go-review.googlesource.com/c/go/+/321954
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>
39 files changed:
src/cmd/compile/internal/test/inl_test.go
src/runtime/chan.go
src/runtime/cpuprof.go
src/runtime/export_debug_test.go
src/runtime/export_test.go
src/runtime/iface.go
src/runtime/map.go
src/runtime/map_fast32.go
src/runtime/map_fast64.go
src/runtime/map_faststr.go
src/runtime/mbarrier.go
src/runtime/mprof.go
src/runtime/norace_linux_test.go
src/runtime/os3_solaris.go
src/runtime/os_aix.go
src/runtime/os_darwin.go
src/runtime/os_dragonfly.go
src/runtime/os_freebsd2.go
src/runtime/os_freebsd_amd64.go
src/runtime/os_linux.go
src/runtime/os_netbsd.go
src/runtime/os_openbsd.go
src/runtime/preempt.go
src/runtime/proc.go
src/runtime/select.go
src/runtime/signal_386.go
src/runtime/signal_arm.go
src/runtime/signal_arm64.go
src/runtime/signal_linux_s390x.go
src/runtime/signal_mips64x.go
src/runtime/signal_mipsx.go
src/runtime/signal_ppc64x.go
src/runtime/signal_riscv64.go
src/runtime/signal_unix.go
src/runtime/slice.go
src/runtime/stack.go
src/runtime/string.go
src/runtime/time.go
src/runtime/type.go