aboutsummaryrefslogtreecommitdiff
path: root/src/database/sql
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2022-09-07 19:58:34 +0000
committerGopher Robot <gobot@golang.org>2022-09-08 15:48:37 +0000
commitd61ffe8b6c2125cb3110753351405136b837c97d (patch)
tree7a55fcc584730449399e10f6977d10d8e16ecedd /src/database/sql
parent403f91c24430213b6a8efb3d143b6eae08b02ec2 (diff)
downloadgo-d61ffe8b6c2125cb3110753351405136b837c97d.tar.xz
runtime: use atomic types in mspanset.go for alignment and type safety
Right now, span sets use a lot of unsafe.Pointer and naked atomics operations. This change modifies it to use atomic types everywhere and wraps any atomic.UnsafePointer in a type to improve type safety. This change should functionally be a no-op. Change-Id: I32e6c460faaf6ec41ab1163158f6da7938eef3de Reviewed-on: https://go-review.googlesource.com/c/go/+/429218 Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Michael Knyszek <mknyszek@google.com> Run-TryBot: Michael Knyszek <mknyszek@google.com> Reviewed-by: Keith Randall <khr@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/database/sql')
0 files changed, 0 insertions, 0 deletions