This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: update_stmt calls
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc at gcc dot gnu dot org, amacleod at redhat dot com, dnovillo at redhat dot com
- Date: Tue, 28 Feb 2006 23:41:56 -0500
- Subject: Re: update_stmt calls
- References: <20060301043123.GA12384@atrey.karlin.mff.cuni.cz>
On Feb 28, 2006, at 11:31 PM, Zdenek Dvorak wrote:
tree FRE : 2060 ( 1%)
I bet the reason why this is so high is because we really don't
remove useless casts before going into SSA so it pills up.
-- Pinski