]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #58802 - nnethercote:inline-record_layout, r=oli-obk
authorkennytm <kennytm@gmail.com>
Sat, 2 Mar 2019 06:55:15 +0000 (14:55 +0800)
committerkennytm <kennytm@gmail.com>
Sat, 2 Mar 2019 14:58:29 +0000 (22:58 +0800)
commit8bdd948b31881d890ec0de5abbff3aba4ec09f71
tree5c64b04a6a7d91eeb46fe6da2f9ebf61da0ec98c
parent4aebce5758eec173351784b88678cb85eeafeb36
parentfbdece47c84aa1161b01c86457ee193dd434387d
Rollup merge of #58802 - nnethercote:inline-record_layout, r=oli-obk

Ensure `record_layout_for_printing()` is inlined.

This reduces instruction counts for the `ctfe-stress-2` benchmark by
about 1%.

r? @oli-obk