]> Cypherpunks repositories - gostls13.git/commit
all: document legacy //go:linkname for modules with ≥100,000 dependents
authorRuss Cox <rsc@golang.org>
Wed, 22 May 2024 02:38:02 +0000 (22:38 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 22 May 2024 20:12:46 +0000 (20:12 +0000)
commitef225d1c57a97af984af114ee52005314530bbe2
tree745ef06d093490ff1c486249904cc189d1eabf34
parentdca577d882f989e41a753537e9607f0c22e4a798
all: document legacy //go:linkname for modules with ≥100,000 dependents

For #67401.

Change-Id: I51f5b561ee11eb242e3b1585d591281d0df4fc24
Reviewed-on: https://go-review.googlesource.com/c/go/+/587215
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
15 files changed:
src/reflect/badlinkname.go
src/reflect/value.go
src/runtime/iface.go
src/runtime/linkname.go
src/runtime/malloc.go
src/runtime/map.go
src/runtime/mbarrier.go
src/runtime/runtime.go
src/runtime/runtime1.go
src/runtime/sys_darwin.go
src/runtime/sys_openbsd3.go
src/runtime/syscall_windows.go
src/syscall/badlinkname_unix.go
src/syscall/linkname_bsd.go
src/syscall/syscall_linux.go