]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: remove GODEBUG=runtimecontentionstacks"
authorRhys Hiltner <rhys.hiltner@gmail.com>
Wed, 29 May 2024 16:41:10 +0000 (16:41 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 30 May 2024 17:52:17 +0000 (17:52 +0000)
commitca7d300509626e2071f3f5babc2e9c121d806fec
tree97fb321d32c640f525ea4713bc04be9a676bf6c1
parente6b8b2f3e236e8646962c68e172c304e11e9a8f0
Revert "runtime: remove GODEBUG=runtimecontentionstacks"

This reverts commit 87e930f7289136fad1310d4b63dd4127e409bac5 (CL 585639)

Reason for revert: This is part of a patch series that changed the
handling of contended lock2/unlock2 calls, reducing the maximum
throughput of contended runtime.mutex values, and causing a performance
regression on applications where that is (or became) the bottleneck.

Updates #66999
Updates #67585

Change-Id: I1e286d2a16d16e4af202cd5dc04b2d9c4ee71b32
Reviewed-on: https://go-review.googlesource.com/c/go/+/589097
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
doc/godebug.md
doc/next/6-stdlib/99-minor/runtime/pprof/66999.md [deleted file]
src/runtime/extern.go
src/runtime/metrics_test.go
src/runtime/mprof.go
src/runtime/pprof/pprof.go
src/runtime/runtime1.go