rust/compiler
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
..
2021-02-14 18:03:11 +03:00
2021-02-07 23:48:58 -08:00
2021-02-16 00:00:00 +00:00
2021-02-14 18:03:11 +03:00
2021-02-16 00:31:11 +01:00