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


>   From: 
>        kenner@vlsi1.ultra.nyu.edu (Richard Kenner)
> 
> 
>     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.

95% plus of 'parsing' is nothing to do with parsing i.e. the bison bit. This
causes such frequent spurious discussions maybe we should change the compiler
output.

How about:

Parsing/tree building: nnn.n

If agreeable I will submit a patch in due course.

Tim Josling


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