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]

Re: Precompiled headers (or other speed ups)


<<was posted in last August, but there is a good example of how the parser
can dominate just about everything.  That message kicked off a very good
discussion on precompiled headers and parsing performance in C++.
>.

This is quite surprising, depending on what parsing means, if parsing
means just building a syntax tree from the grammar, it is amazing that
this should take any time at all compared to other phases.

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