]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: allow all of the preamble to be preemptible"
authorKeith Randall <khr@golang.org>
Mon, 5 May 2025 17:51:52 +0000 (10:51 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 5 May 2025 20:08:27 +0000 (13:08 -0700)
commitfa2bb342d7b0024440d996c2d6d6778b7a5e0247
treec64fe4b39f32fbca02ee89e22f54fb9e991a828c
parent6729fbe93e535080e9e050b3ca0a80ab407dbacc
Revert "cmd/compile: allow all of the preamble to be preemptible"

This reverts commits

3f3782feed6e0726ddb08afd32dad7d94fbb38c6 (CL 648518)
b386b628521780c048af14a148f373c84e687b26 (CL 668475)

Fixes #73542

Change-Id: I218851c5c0b62700281feb0b3f82b6b9b97b910d
Reviewed-on: https://go-review.googlesource.com/c/go/+/670055
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
12 files changed:
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/arm64/obj7.go
src/cmd/internal/obj/loong64/obj.go
src/cmd/internal/obj/mips/obj0.go
src/cmd/internal/obj/plist.go
src/cmd/internal/obj/ppc64/obj9.go
src/cmd/internal/obj/riscv/obj.go
src/cmd/internal/obj/s390x/objz.go
src/cmd/internal/obj/x86/obj6.go
src/runtime/preempt.go
src/runtime/runtime2.go
src/runtime/stack.go