]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD
authorDamien Neil <dneil@google.com>
Mon, 2 Dec 2024 20:45:55 +0000 (12:45 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 6 Dec 2024 00:35:41 +0000 (00:35 +0000)
commit4da905bcf07d80eb62be5cb996e11a89258364ad
tree2c97507472da8378f65bf6cb026af7340f431d02
parentea867378100acaa01291696ba6047b7ea766839e
cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD

OpenBSD is bumping up against the nosplit limit, and openbsd/ppc64
is over it. Increase StackGuardMultiplier on OpenBSD, matching AIX.

Change-Id: I61e17c99ce77e1fd3f368159dc4615aeae99e913
Reviewed-on: https://go-review.googlesource.com/c/go/+/632996
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/internal/objabi/stack.go
src/internal/runtime/sys/consts.go
test/nosplit.go