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: cache misses in gcc 3.3


> 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.


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