-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustc_mir: always run the inlining pass. #48602
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors try |
rustc_mir: always run the inlining pass. **DO NOT MERGE**: there are still issues around debuginfo and maybe even misoptimizations. As suggested by @pcwalton, maybe it's time to test the overhead / wins from turning MIR inlining on.
💔 Test failed - status-travis |
Maybe the specialization bugs weren't fixed, huh. |
@bors try |
rustc_mir: always run the inlining pass. **DO NOT MERGE**: there are still issues around debuginfo and maybe even misoptimizations. As suggested by @pcwalton, maybe it's time to test the overhead / wins from turning MIR inlining on.
💔 Test failed - status-travis |
@eddyb let me know when there is a need for me to review |
☔ The latest upstream changes (presumably #48586) made this pull request unmergeable. Please resolve the merge conflicts. |
Ping from triage @eddyb! It has been a while since you updated this PR. |
@eddyb closing for inactivity, feel free to reopen the PR when you have some spare time to finish this! |
DO NOT MERGE: there are still issues around debuginfo and maybe even misoptimizations.
As suggested by @pcwalton, maybe it's time to test the overhead / wins from turning MIR inlining on.