You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
stefanb
changed the title
Go 1.23 doesn't allow //go:linkname to internal symbols, including to runtime package
Incompatible with Go 1.23, which doesn't allow //go:linkname to internal symbols, including to runtime package
Jun 25, 2024
While testing Go 1.23 rc1 in
there was an error:
Go 1.23 no longer allows
//go:linkname * runtime.*
link instructioins, seeIt is used in
https://github.com/tickstep/library-go/blob/49613680e69f5fa832a5ea0b13dc68b58e9000a8/cachepool/malloc.go#L12C3-L18
The text was updated successfully, but these errors were encountered: