]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #51399 - ngg:nll-performance, r=nikomatsakis
authorkennytm <kennytm@gmail.com>
Thu, 7 Jun 2018 23:05:44 +0000 (07:05 +0800)
committerGitHub <noreply@github.com>
Thu, 7 Jun 2018 23:05:44 +0000 (07:05 +0800)
NLL performance boost

This makes compilation of the [inflate](https://github.com/rust-lang-nursery/rustc-perf/tree/master/collector/benchmarks/inflate) benchmark compile 2 times faster on my computer when NLL is enabled.
This does not fix the #51377 perfectly, it's still 4-5 times slower than without NLL, but it's a start.


Trivial merge