]> git.lizzy.rs Git - rust.git/commit
Avoid calling `unroll_place()` in a common case.
authorNicholas Nethercote <nnethercote@mozilla.com>
Mon, 27 Aug 2018 06:40:42 +0000 (16:40 +1000)
committerNicholas Nethercote <nnethercote@mozilla.com>
Mon, 27 Aug 2018 08:46:36 +0000 (18:46 +1000)
commit130e55665f8c9f078dec67a3e92467853f400250
treeaf9d2a77ed2fa729f1852884ce8094a6deddfc59
parent3a2c603eeabad012298f391f09c0b526eabeb5af
Avoid calling `unroll_place()` in a common case.

This reduces the execution time for `ucd-check` by 25%.
src/librustc_mir/borrow_check/places_conflict.rs