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
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.