You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since rust-lang/rust#91743 the MIR inliner is enabled by default in release mode. Given that the optimized MIR is stored in the crate metadata, having the standard library compiled with MIR inlining enabled benefits even debug mode user programs.
Blocked on:
ICE trying to compile libstd with -Zmir-opt-level=3 rust#63802passing reference to field of by-value struct causes ICE with mir-opt-level=3 rust#66345Miscompilation with -Zmir-opt-level=2 rust#67529maybe ICE on ./mir-opt/inline/inline-into-box-place.rs with -Zmir-opt-level=3 : Return place is None, not local rust#67550maybe MIR inliner ICEs trying to inline async closures rust#68841Cranelift doesn't have any inlining support itself.
Edit(2019-12-23): Added more blocking issues
Edit(2021-01-31): Added upstream tracking issue
The text was updated successfully, but these errors were encountered: