]> Cypherpunks repositories - gostls13.git/commit
runtime: use new list type for spanSPMCs
authorMichael Pratt <mpratt@google.com>
Wed, 22 Oct 2025 18:44:30 +0000 (14:44 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 11 Nov 2025 21:29:54 +0000 (13:29 -0800)
commit046dce0e5435f726cec46683ecb92cc852c136f8
treeba7449e32afa84e4040ac5f55b801eee281ccfbd
parent5f1127545747ab9db84cc41e3259f822b276de53
runtime: use new list type for spanSPMCs

Now that we have a reusable list type, use it to replace the custom
linked list code for spanSPMCs.

Change-Id: I6a6a636ca54f2ba4b5c7dddba607c94ebf3c3ac8
Reviewed-on: https://go-review.googlesource.com/c/go/+/714021
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/mgc.go
src/runtime/mgcmark_greenteagc.go
src/runtime/mgcmark_nogreenteagc.go