]> git.lizzy.rs Git - rust.git/commit
Auto merge of #55604 - nnethercote:avoid-associated_items-Box, r=nnethercote
authorbors <bors@rust-lang.org>
Mon, 12 Nov 2018 08:03:58 +0000 (08:03 +0000)
committerbors <bors@rust-lang.org>
Mon, 12 Nov 2018 08:03:58 +0000 (08:03 +0000)
commit0195812aeafeecaa8760a4ddceae187472db8fe6
treee86085acecc17de6521f375dec1741413b3cb371
parentd1d79ae3ad36e82e2be33bea108d6a4e98ddce0b
parente927a244ea8f162858594552ddaec8465d54c329
Auto merge of #55604 - nnethercote:avoid-associated_items-Box, r=nnethercote

Avoid the Box in `TyCtxt::associated_items`.

This reduces instruction counts on `packed_simd` by 2%.

r? @nikomatsakis