cache misses in gcc 3.3

Diego Novillo dnovillo@redhat.com
Mon Feb 10 16:32:00 GMT 2003


On Mon, 10 Feb 2003, Andi Kleen wrote:

> Hopefully CSE can be fixed too - I assume tree-ssa will do that eventually?
> 
Well, by having PRE and other cleanups at the tree level, the
hope is to go into GCSE and rip out all the code that tries to
deal with cases that can be more easily caught at the tree level.

We will always need to do CSE on RTL.  The idea is to make it
faster by taking advantage of lots of simplifying assumptions.


Diego.



More information about the Gcc mailing list