-
Notifications
You must be signed in to change notification settings - Fork 18k
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/compile: getcallerpc ought to be intrinsified #17327
Comments
getcallerpc is on the entersyscall critical path so it may have positive effects on unexpected benchmarks. |
If you want to do this for Go 1.8, please do it soon. |
getcallerpc currently has stack barrier logic in it. Maybe do it after removing stack barrier? |
This looks iffy for 1.8, but I'll see. |
Definitely missed the 1.9 window on this. Marking 1.10Early. |
Change https://golang.org/cl/31851 mentions this issue: |
Reasons:
The text was updated successfully, but these errors were encountered: