]> Cypherpunks repositories - gostls13.git/commit
runtime: mark getfp as nosplit
authorkhr@golang.org <khr@golang.org>
Mon, 8 Dec 2025 14:21:39 +0000 (09:21 -0500)
committerGopher Robot <gobot@golang.org>
Mon, 8 Dec 2025 14:55:28 +0000 (06:55 -0800)
commitd4972f6295aede2ddc35bcb1da5f6351623e9e4d
tree55b97502c788c8515a1e5607e74a6cbfbe723ba7
parent0d0d5c9a827bac4da9cf20da351791d217e84ebb
runtime: mark getfp as nosplit

When compiling with -l, we can't take a stack split here.

Fixes #76702

Change-Id: Ieab1225c6259c7f16bb5188aa84bff615d9db2e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/728060
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>
Reviewed-by: Keith Randall <khr@google.com>
src/runtime/os_wasm.go
src/runtime/stubs_386.go
src/runtime/stubs_arm.go
src/runtime/stubs_loong64.go
src/runtime/stubs_mips64x.go
src/runtime/stubs_mipsx.go
src/runtime/stubs_ppc64x.go
src/runtime/stubs_riscv64.go
src/runtime/stubs_s390x.go