This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: cache misses in gcc 3.3
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: dewar at gnat dot com (Robert Dewar)
- Cc: ak at muc dot de, geoffk at geoffk dot org, gcc at gcc dot gnu dot org, mszick at goquest dot com
- Date: 10 Feb 2003 19:25:47 +0100
- Subject: Re: cache misses in gcc 3.3
- Organization: Integrable Solutions
- References: <20030210181143.22055F2CAF@nile.gnat.com>
dewar@gnat.com (Robert Dewar) writes:
| > 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".
Right. That amkes number reported by -ftime-report somehow suspect.
|
| In particular, I am pretty sure parser includes lexical analysis.
Not in the C++ front-end.
-- Gaby