[tree-ssa] Fix gcc.misc-tests/bprob-1.c [patch]

Diego Novillo dnovillo@redhat.com
Fri Jan 31 17:07:00 GMT 2003


On Fri, 31 Jan 2003, Jeff Law wrote:

> Which makes me wonder if this is why the compiler was able to
> compile insn-attrtab.c faster after the coalescing patch.  If we
> were incorrectly wiping out code, then, well there'd be less for
> the backend optimizers (particularly gcse) to do...
> 
Hmm, interesting thought... but if we were incorrectly wiping
code in insn-attrtab.c, I doubt we would be able to bootstrap :)

In any case, I found no differences in the time report.  What is
interesting is that we spend 90-95% of the total system time in
GCSE.  That's a lot of system time.


Diego.



More information about the Gcc-patches mailing list