]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: prepare for extensions to waiting M list"
authorRhys Hiltner <rhys.hiltner@gmail.com>
Wed, 29 May 2024 16:43:38 +0000 (16:43 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 30 May 2024 17:57:37 +0000 (17:57 +0000)
commit9114c51521c641ff6c33648da03774dc3eb86b79
tree69da837f335929871982d5958035d7a0ada92ced
parent3f4be127bcd6a45ae8d91d7363f56461c80b75fb
Revert "runtime: prepare for extensions to waiting M list"

This reverts commit be0b569caa0eab1a7f30edf64e550bbf5f6ff235 (CL 585635).

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: I7843ccaecbd273b7ceacfa0f420dd993b4b15a0a
Reviewed-on: https://go-review.googlesource.com/c/go/+/589117
Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/lock_sema.go
src/runtime/mprof.go
src/runtime/runtime2.go