This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Faster compilation speed


On Sunday, August 11, 2002, at 12:08  AM, Neil Booth wrote:

Do you think precompiled headers would help build
speed across several compiles since it would be
another source to eliminate repeated file opens?
I don't think repeated file opens are high on the list
of time eaters, particularly because of the optimization
I mentioned.  Tokenization and parsing probably take
much longer.
Yes precompiled headers will help. But as Neil Booth says, the gain is
in tokenization & parsing.

For example, using PFE one local project takes 30 minutes to build.
It used to take 120 minutes before PFE on same machine running same OS.

-Devang


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]