Faster Compliations - PCH support?

Andrew Pinski pinskia@physics.uc.edu
Sun Aug 11 11:37:00 GMT 2002


Read the archives, there are a few different PCH support for gcc 
and one or a combination might be added to gcc.

Also it is not the preprocessing that takes a long time but the 
parsing that takes the longest time on c++.
So it might be faster to change the parsing code which is 
ongoing, look at the cp-parse branch.

Thanks,
Andrew Pinski


On Sunday, August 11, 2002, at 02:34 , Shawn Starr wrote:

Will we PLEASE see PCH added to gcc? It's pretty sad when my 
Athlon MP 2000+
chugs compiling C++ code. It's embarassing even.


P.S: I'm not on this list so CC: me please.

--
sh0n.net
Shawn Starr <spstarr@sh0n.net>





More information about the Gcc mailing list