Skip to content
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/internal/ssa: panics from calls should be unlikely #12151

Closed
randall77 opened this issue Aug 14, 2015 · 1 comment
Closed

cmd/compile/internal/ssa: panics from calls should be unlikely #12151

randall77 opened this issue Aug 14, 2015 · 1 comment
Milestone

Comments

@randall77
Copy link
Contributor

Add an unlikely branch prediction note to the panic edges that come from call sites.

@randall77 randall77 self-assigned this Aug 14, 2015
@randall77 randall77 added this to the Go1.6 milestone Aug 14, 2015
@randall77
Copy link
Contributor Author

This is done now, panic edges from call sites are implicit (and thus likeliness is moot).

@golang golang locked and limited conversation to collaborators Oct 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants