]> Cypherpunks repositories - gostls13.git/commit
runtime: use .Pointers() instead of manual checking
authorPouriya <pouriya.jahanbakhsh@gmail.com>
Tue, 27 Feb 2024 21:51:31 +0000 (21:51 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 4 Mar 2024 17:34:30 +0000 (17:34 +0000)
commit4c08c125936b4ae3daff04cecf5309dd5dd1e2c5
treefac8b4deb533caf5caaf89b0c12ab777d2c07f39
parent566e08fc649cb8c65d2a9f0f362ce76d79e0fc4d
runtime: use .Pointers() instead of manual checking

Change-Id: Ib78c1513616089f4942297cd17212b1b11871fd5
GitHub-Last-Rev: f97fe5b5bffffe25dc31de7964588640cb70ec41
GitHub-Pull-Request: golang/go#65819
Reviewed-on: https://go-review.googlesource.com/c/go/+/565515
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
22 files changed:
src/internal/abi/type.go
src/internal/reflectlite/swapper.go
src/reflect/deepequal.go
src/reflect/export_test.go
src/reflect/swapper.go
src/reflect/type.go
src/reflect/value.go
src/runtime/arena.go
src/runtime/cgocall.go
src/runtime/cgocheck.go
src/runtime/chan.go
src/runtime/checkptr.go
src/runtime/export_test.go
src/runtime/heapdump.go
src/runtime/malloc.go
src/runtime/map.go
src/runtime/map_fast32.go
src/runtime/map_fast64.go
src/runtime/map_faststr.go
src/runtime/mbarrier.go
src/runtime/mfinal.go
src/runtime/slice.go