]> Cypherpunks repositories - gostls13.git/commit
runtime: remove GODEBUG=runtimecontentionstacks
authorRhys Hiltner <rhys.hiltner@gmail.com>
Tue, 14 May 2024 21:44:37 +0000 (14:44 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 21 May 2024 17:17:36 +0000 (17:17 +0000)
commit87e930f7289136fad1310d4b63dd4127e409bac5
tree40c1b7ef1f3ff0dc5f9196648a3be55a06ae16ee
parentba1c5b2c4573e10f3b5f0e0f25a27f17fba67eb0
runtime: remove GODEBUG=runtimecontentionstacks

Go 1.22 promised to remove the setting in a future release once the
semantics of runtime-internal lock contention matched that of
sync.Mutex. That work is done, remove the setting.

For #66999

Change-Id: I3c4894148385adf2756d8754e44d7317305ad758
Reviewed-on: https://go-review.googlesource.com/c/go/+/585639
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
doc/godebug.md
doc/next/6-stdlib/99-minor/runtime/pprof/66999.md [new file with mode: 0644]
src/runtime/extern.go
src/runtime/metrics_test.go
src/runtime/mprof.go
src/runtime/pprof/pprof.go
src/runtime/runtime1.go