rust/compiler/rustc_session
Yuki Okushi ae5e024194
Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk
Add option to enable MIR inlining independently of mir-opt-level

Add `-Zinline-mir` option that enables MIR inlining independently of the
current MIR opt level. The primary use-case is enabling MIR inlining on the
default MIR opt level.

Turn inlining thresholds into optional values to make it possible to configure
different defaults depending on the current mir-opt-level (although thresholds
are yet to be used in such a manner).
2021-03-02 21:23:14 +09:00
..
src Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk 2021-03-02 21:23:14 +09:00
Cargo.toml Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00