cache misses in gcc 3.3

Robert Dewar dewar@gnat.com
Mon Feb 10 18:11:00 GMT 2003


> You should be aware that last time I looked, "parser" really meant
> "all the time that wasn't allocated to some other part of the compiler".

In particular, I am pretty sure parser includes lexical analysis. In
my experience when writing fast compilers, lexical analysis can consume
far more time than parsing proper.



More information about the Gcc mailing list