]> Cypherpunks repositories - gostls13.git/commit
all: make more use of the new atomic integer types
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 12 Nov 2023 10:04:15 +0000 (10:04 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 17 Nov 2023 16:39:52 +0000 (16:39 +0000)
commit4988a65f2a4d53c93a9dd19e6d70181529a115a4
tree99d38e55f86426976791e8ad6b1c6ef750a1f84d
parentae9fdbd8bca0ec01e522ddb5bc2baf7e27553f67
all: make more use of the new atomic integer types

Slightly simplifies the code and avoids human error.

Change-Id: Ib76575e8bc5b3a699ba6cc3870d63cd7a55e6416
Reviewed-on: https://go-review.googlesource.com/c/go/+/541476
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/compile/internal/types2/typeparam.go
src/cmd/go/internal/trace/trace.go
src/expvar/expvar.go
src/go/types/typeparam.go
src/internal/fuzz/pcg.go
src/sync/export_test.go
src/sync/poolqueue.go
src/testing/benchmark.go