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

Investigate performance benefits from mir-opt-level #121

Open
joshlf opened this issue Oct 24, 2017 · 1 comment
Open

Investigate performance benefits from mir-opt-level #121

joshlf opened this issue Oct 24, 2017 · 1 comment

Comments

@joshlf
Copy link
Collaborator

joshlf commented Oct 24, 2017

Rust currently supports an unstable option, mir-opt-level (analogous to opt-level) that instructs Rust to perform optimizations at the MIR level. We should investigate whether this gives us any performance improvements over simply using the stable opt-level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant