This is the mail archive of the gcc-patches@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: [ast-optimizer-branch]: Don't inline calls to constant functionsin loops


On Thu, 9 May 2002, Daniel Berlin wrote:

> On Thu, 9 May 2002, Jason Merrill wrote:
> 
> > >>>>> "Daniel" == Daniel Berlin <dberlin@dberlin.org> writes:
> > 
> > > I'm working on this part as well.
> > 
> > Cool, thanks.
> > 
> > > Just make sure the vtable is marked as const, so i can detect the 
> > > calculations as loop invariant.
> > 
> > Do you mean set TREE_CONSTANT on the INDIRECT_REFs, as in this patch
> > (relative to my checkin of a minute ago)?
> 
> Yup.

Just FYI, what i'm working on is "Register Promotion by Sparse Partial 
Redundancy Elimination of Loads and Stores".

The load portions are trivial extensions to SSAPRE.
I've already got it done, i just need to test it more.

I'll get around to the store portions eventually (it's basically copying 
the file, renaming some stuff, transposing some stuff, etc).



> 
> > 
> > Jason
> > 
> > 
> 
> 


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