]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: redo arm64 LR/FP save and restore"
authorKeith Randall <khr@golang.org>
Tue, 7 Oct 2025 14:58:50 +0000 (07:58 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 7 Oct 2025 15:21:14 +0000 (08:21 -0700)
commitc938051dd0b80a5c60572d6807270d06ca685d2e
treec4e69ab40d336c192c7cb7ec0a5f50ed54f97d80
parent64699542031b994ec4fdb6de887a94b69a372f9b
Revert "cmd/compile: redo arm64 LR/FP save and restore"

This reverts commit 719dfcf8a8478d70360bf3c34c0e920be7b32994.

Reason for revert: Causing crashes.

Change-Id: I0b8526dd03d82fa074ce4f97f1789eeac702b3eb
Reviewed-on: https://go-review.googlesource.com/c/go/+/709755
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
23 files changed:
src/cmd/compile/abi-internal.md
src/cmd/compile/internal/arm64/ggen.go
src/cmd/compile/internal/arm64/ssa.go
src/cmd/compile/internal/ssagen/pgen.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/internal/obj/arm64/asm7.go
src/cmd/internal/obj/arm64/obj7.go
src/cmd/link/internal/amd64/obj.go
src/cmd/link/internal/arm64/obj.go
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/lib.go
src/cmd/link/internal/ld/stackcheck.go
src/cmd/link/internal/x86/obj.go
src/runtime/asm_arm64.s
src/runtime/mkpreempt.go
src/runtime/panic.go
src/runtime/preempt_arm64.s
src/runtime/race_arm64.s
src/runtime/signal_arm64.go
src/runtime/stack.go
src/runtime/testdata/testprog/badtraceback.go
src/runtime/traceback.go
test/nosplit.go