confirm all the //go:linkname
usages to be 'handshake' or 'push'
#248
Labels
duplicate
This issue or pull request already exists
Operating System
What feature would you like to be added?
golang/go#67401
IIUC, we can no longer use the 'pull' usage of
//go:linkname
(i.e., we cannot pull an unexported symbol by//go:linkname
that is not pushed by//go:linkname
). As we discussed on the Discord server, what we should take care iscgocall
andnoescape
.Why is this needed?
For availability with Go 1.23.
The text was updated successfully, but these errors were encountered: