]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #37705 - nnethercote:fewer-mk_ty-calls, r=brson
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Sat, 12 Nov 2016 08:38:44 +0000 (10:38 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Nov 2016 08:38:44 +0000 (10:38 +0200)
Avoid unnecessary mk_ty calls in Ty::super_fold_with.

This speeds up compilation of several rustc-benchmarks by 1--2% and the workload in #36799 by 5%.

r? @eddyb


Trivial merge