Re: Putting support for precompiled headers back in

2012-12-10 Thread Lubos Lunak
On Monday 10 of December 2012, Michael Stahl wrote: > On 10/12/12 12:54, Lubos Lunak wrote: > > - lack of a tinderbox to test it - I intend to switch #6 to use it and > > see how it works in practice > > hopefully we'll get faster tinderbox turnarounds too... Actually, #6 has been doing increment

Re: Putting support for precompiled headers back in

2012-12-10 Thread Michael Stahl
On 10/12/12 12:54, Lubos Lunak wrote: > The argument for PCH (MSVC2010 non-debug build): > > $ time make xmloff ENABLE_PCH= > real4m52.828s > $ time make xmloff ENABLE_PCH=TRUE > real2m9.293s that looks sufficiently convincing for me :) > The arguments against PCH seem to be: > - conf

Putting support for precompiled headers back in

2012-12-10 Thread Lubos Lunak
Short version: I'm going to push changes that bring back support for PCH. Don't let that bother you in any way :). Long version: Those building with MSVC might have noticed that going from MSVC2008 to 2010 has a noticeable impact on compile time. I don't remember exactly anymore, but #6 ti