Tracking Issue for mir-inlining #81567
Labels
A-mir-opt
Area: MIR optimizations
A-mir-opt-inlining
Area: MIR inlining
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
This is a tracking issue for the MIR inliner. You can currently enable it by passing
-Zinline-mir
or-Zmir-opt-level=3
to the compiler (although that also enables a bunch of other opts)About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
#[inline(always)]
work even inmir-opt-level=1
(mir-opt-level=0 is just a debugging feature, not meant to ever be exposed to users)Implementation history
-Z
flags for tuning the MIR inliner heuristiccc @rust-lang/wg-mir-opt
The text was updated successfully, but these errors were encountered: