>> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
