This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cache misses in gcc 3.3


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]