This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TREE_CODE mania
- From: Neil Booth <neil at daikokuya dot co dot uk>
- To: Devang Patel <dpatel at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 4 Sep 2002 09:50:51 +0100
- Subject: Re: TREE_CODE mania
- References: <C7701776-BFB4-11D6-B02B-00039310EDEA@>
Devang Patel wrote:-
> Now in this data size_binop looks interesting. It is expensive and
> according
> to gprof it is consuming 16% of total compile time.
>
> [22] 16.7 0.00 0.01 1496 _size_binop [22]
For really short runs, isn't the time bucketing fairly useless?
Or do you have reason to believe it's accurate in your case?
Neil.