-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/gc: specify that C or assembly function arguments do not escape #4099
Labels
Milestone
Comments
@rsc. Daniel Morsing and I played with this a few months back in the context of avoiding arguments passed to arm functions not escape. Specifically syscall.Syscall*'s where the []byte passed to syscall.Read() and friends was made to not escape. Disappointingly we couldn't detect any significant improvement in the go1 benchmarks. @dmorsing - do you still have that CL ? |
This issue was closed by revision fd178d6. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: