]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #53733 - nnethercote:avoid-unroll_place, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 30 Aug 2018 08:20:20 +0000 (08:20 +0000)
committerbors <bors@rust-lang.org>
Thu, 30 Aug 2018 08:20:20 +0000 (08:20 +0000)
Avoid calling `unroll_place()` in a common case.

This reduces the execution time for `ucd-check` by 25%.

r? @nikomatsakis


Trivial merge