rust/compiler/rustc_mir
Guillaume Gomez ee4129f70c
Rollup merge of #82491 - tmiasko:i, r=lcnr
Consider inexpensive inlining criteria first

Refactor inlining decisions so that inexpensive criteria are considered first:

1. Based on code generation attributes.
2. Based on MIR availability (examines call graph).
3. Based on MIR body.
2021-02-26 15:52:32 +01:00
..
src Rollup merge of #82491 - tmiasko:i, r=lcnr 2021-02-26 15:52:32 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00