aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2025-10-21 15:49:36 -0400
committerGopher Robot <gobot@golang.org>2025-11-11 13:08:45 -0800
commit5f1127545747ab9db84cc41e3259f822b276de53 (patch)
tree1ea45a2a0fb48edfa4e3592d83f752e90ecbe93d /src/encoding
parent951cf0501b57d31e648f2808820f2c7eaca3edc8 (diff)
downloadgo-5f1127545747ab9db84cc41e3259f822b276de53.tar.xz
runtime: reusable intrusive doubly-linked list
Unfortunately we have two nearly identical types. One for standard types and one for sys.NotInHeap types or cases that must avoid write barriers. The latter must use uintptr fields, as assignment to unsafe.Pointer fields generates a write barrier. Change-Id: I6a6a636c62d83fa93b991033c7108d3b934412ac Reviewed-on: https://go-review.googlesource.com/c/go/+/714020 Reviewed-by: Michael Knyszek <mknyszek@google.com> Commit-Queue: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/encoding')
0 files changed, 0 insertions, 0 deletions