12.07.2013, 21:12, "John Regehr" <[email protected]>: > We'll try out our idea first since it's much easier than what you > propose. I won't put the new passes first unless they really do give a > speedup. > > I agree that something like what you suggest would be a good idea, but > I'm not sure how to use precompiled headers in a simple and generic way.
I think some speed up will be gained even without PCH's. > One possibility is that C-Reduce would get an LLVM-specific module, a > GCC-specific module, etc. Actually, only one module is required: GCC-compatible driver. -- Regards, Konstantin
