This is a followup issue to rust-lang/rustc-perf#807, where I've suggested to add diesel with the 128-column-tables enabled to the rustc-perf test-suite as this is taking quite a lot of time to compile. As part of that request we discovered that the expand_crate pass scales non-linear with the number of codelines expanded through a macro. (For diesel that would likely be this macro call which expands the macro above for all tuples sizes between 1 and the maximal number specified (16, 32, 64 or 128) via this macro
@rustbot modify labels: +I-slow
This is a followup issue to rust-lang/rustc-perf#807, where I've suggested to add
dieselwith the128-column-tablesenabled to the rustc-perf test-suite as this is taking quite a lot of time to compile. As part of that request we discovered that theexpand_cratepass scales non-linear with the number of codelines expanded through a macro. (For diesel that would likely be this macro call which expands the macro above for all tuples sizes between 1 and the maximal number specified (16, 32, 64 or 128) via this macro@rustbot modify labels: +I-slow