cache misses in gcc 3.3
Gabriel Dos Reis
gdr@integrable-solutions.net
Mon Feb 10 18:34:00 GMT 2003
kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:
| Parsing should not begin to take as much time as lexical analysis, so I
| agree that these figures suggest something is very peculiar.
|
| "parsing" also includes what is normally considered semantic analysis and
| also includes at least some level of code generation.
For the C++ front-end, people at Apple and me, are working on patches
to separate issues like template instantiation, overload resolution,
class and object layout from the normal "parsing" stuff. That should
help seeing more though that bobble.
-- Gaby
More information about the Gcc
mailing list