Closed
Description
According to perf.rust-lang.org graphs the tuple-stress benchmark has regressed 30% in compile time lately, pointing to #43554 as the culprit.
I've downloaded the nightly-2017-08-05
toolchain and the nightly-2017-08-06
toolchain where 08-06 has this PR and 08-05 doesn't. The notable differences in time-passes are:
pass | after | before |
---|---|---|
borrow checking | 2.556 | 0.920 |
const checking | 1.728 | 0.451 |
translation | 0.798 | 0.682 |
expansion | 0.168 | 0.097 |
cc @eddyb