Precompiled headers (or other speed ups)
dewar@gnat.com
dewar@gnat.com
Wed Jan 10 08:50:00 GMT 2001
<<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.
More information about the Gcc
mailing list