rust/compiler/rustc_mir_build
Tomasz Miąsko a3659bbe6c Inline hot part of PatStack::head_ctor
When building rustc with `-Codegen-units=1` this inline hint ensures
that obtaining already initialized head constructor does not involve
a function call overhead and reduces the instruction count in
match-stress-enum-check full benchmark from 11.9G to 9.8G.

It shouldn't have significant impact on the currently default
configuration where it reflects existing inlining decisions.
2021-02-18 00:00:00 +00:00
..
src Inline hot part of PatStack::head_ctor 2021-02-18 00:00:00 +00:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00