This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [ast-optimizer-branch] Simplification is pretty expensive
On Tue, 2002-06-04 at 11:58, Jan Hubicka wrote:
> Note that Andreas is already tracking the branch, so he has some history
> about the development, but since the simplification has been broken for
> a while, there is just huge gap in the results.
>
Yes. The huge slowdown started when we finally fixed simplification.
> >
> > At least the SPEC scores don't seem to have been affected. It's
>
> For Andrea's testing they definitly are. The scores seems to be
> consistently worse with -ftree-ssa
>
Odd. -ftree-ssa didn't actually do *anything* until last week.
> Is this sutable to speedup (not slowdown) the non-optimizing compilation
> where we may want to skip simplification?
>
Dunno. We currently don't simplify at -O0.