[PATCH] Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Sep 2 09:27:30 PDT 2014
>> What is the compile time impact? In particular, how slow is the
>> slowest one after the split compared with the original?
>
>
> In the 5-way split the compile time was about 60% (of the non-split version)
> for each file. So if you run them in parallel you could do it in 40% less
> time, but you end up doing 3x the work.
I must say I find that tempting given how slow the compilation is right now.
Cheers,
Rafael
More information about the cfe-commits
mailing list