]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: allow update of system stack bounds on callback from C thread"
authorMichael Pratt <mpratt@google.com>
Mon, 11 Sep 2023 16:18:51 +0000 (12:18 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 11 Sep 2023 16:35:56 +0000 (16:35 +0000)
commitea8c05508b582f7ab20850e336d5ae4abf4e448d
tree995e6f59a842bfa727ffe4c6727ca0bae25d2777
parentc0c4a5981600aae2b7a9de9494a29e2f5d82be54
Revert "runtime: allow update of system stack bounds on callback from C thread"

This reverts CL 525455. The test fails to build on darwin, alpine, and
android.

For #62440.

Change-Id: I39c6b1e16499bd61e0f166de6c6efe7a07961e62
Reviewed-on: https://go-review.googlesource.com/c/go/+/527317
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/cgocall.go
src/runtime/crash_cgo_test.go
src/runtime/proc.go
src/runtime/testdata/testprogcgo/stackswitch.c [deleted file]
src/runtime/testdata/testprogcgo/stackswitch.go [deleted file]