]> Cypherpunks repositories - gostls13.git/commit
runtime: move getcallersp to internal/runtime/sys
authorMichael Pratt <mpratt@google.com>
Mon, 16 Sep 2024 19:58:36 +0000 (15:58 -0400)
committerMichael Pratt <mpratt@google.com>
Tue, 17 Sep 2024 17:01:20 +0000 (17:01 +0000)
commit4f881115d4067bda8a236aabcae8c41cdd13b4d0
tree2249bfaec1950819e5e22184e61e60dcd076ae40
parent41ca2637d4df8b8edf63436c6caab56821d2af38
runtime: move getcallersp to internal/runtime/sys

Moving these intrinsics to a base package enables other internal/runtime
packages to use them.

For #54766.

Change-Id: I45a530422207dd94b5ad4eee51216c9410a84040
Reviewed-on: https://go-review.googlesource.com/c/go/+/613261
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
26 files changed:
src/cmd/compile/internal/inline/inl.go
src/cmd/compile/internal/ir/node.go
src/cmd/compile/internal/ssa/_gen/genericOps.go
src/cmd/compile/internal/ssagen/intrinsics.go
src/cmd/compile/internal/ssagen/intrinsics_test.go
src/cmd/internal/testdir/testdir_test.go
src/internal/runtime/sys/intrinsics.go
src/runtime/asan.go
src/runtime/debugcall.go
src/runtime/export_test.go
src/runtime/export_windows_test.go
src/runtime/lock_js.go
src/runtime/mprof.go
src/runtime/os2_aix.go
src/runtime/os_solaris.go
src/runtime/os_windows.go
src/runtime/panic.go
src/runtime/proc.go
src/runtime/signal_unix.go
src/runtime/stubs.go
src/runtime/stubs_wasm.go
src/runtime/sys_libc.go
src/runtime/traceback.go
test/internal/runtime/sys/inlinegcpc.go
test/runtime/README [deleted file]
test/runtime/inlinegcpc.go [deleted file]