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
Will certainly still be retrievable but will need to be feature flagged. I believe the go version string is passed into the binary debug information too so could auto-detect.
This won't be until go 1.17 (changing title), and will be feature flagged regardless. Weaver needs to support both, can pull the Go version flag from the binary
grantseltzer
changed the title
Go 1.16 may move arguments into registers instead of on the stack.
Go 1.17 will support arguments into registers instead of on the stack.
Dec 30, 2020
grantseltzer
changed the title
Go 1.17 will support arguments into registers instead of on the stack.
Go 1.17 will support register based arguments instead of the stack
Dec 30, 2020
grantseltzer
changed the title
Go 1.17 will support register based arguments instead of the stack
Go 1.17 will support register based arguments instead of the stack (feature flagged)
Dec 30, 2020
Will certainly still be retrievable but will need to be feature flagged. I believe the go version string is passed into the binary debug information too so could auto-detect.
golang/go#40724
The text was updated successfully, but these errors were encountered: