]> Cypherpunks repositories - gostls13.git/commit
all: document legacy //go:linkname for modules with ≥50,000 dependents
authorRuss Cox <rsc@golang.org>
Wed, 22 May 2024 03:02:51 +0000 (23:02 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 22 May 2024 21:17:41 +0000 (21:17 +0000)
commit5fee159bc2e60736ce967560ee5be738fe5d5bd2
treee6ebbad97d446072a6d06b3c5f8a5748b7014b96
parent4c589d93ad6f77e31cccc237c20133f0d8d8492f
all: document legacy //go:linkname for modules with ≥50,000 dependents

Note that this depends on the revert of CL 581395 to move zeroVal back.

For #67401.

Change-Id: I507c27c2404ad1348aabf1ffa3740e6b1957495b
Reviewed-on: https://go-review.googlesource.com/c/go/+/587217
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
18 files changed:
src/internal/cpu/badlinkname_linux_arm64.go [deleted file]
src/internal/cpu/cpu_arm64_hwcap.go
src/reflect/badlinkname.go
src/reflect/type.go
src/reflect/value.go
src/runtime/badlinkname.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/runtime.go
src/runtime/runtime1.go
src/runtime/slice.go
src/runtime/stubs.go
src/runtime/trace.go
src/runtime/tracetime.go