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: Bugs in SSA-CCP and SSA-PRE optimizers


On Tue, 2002-09-17 at 16:30, Daniel Berlin wrote:
> >
> > Stop.
> > already, you are screwed.
> > CCP doesn't update the SSA representation, thus, PRE won't have 
> > correct data.
> >
> I said that backwards, since PRE is run before CCP, but PRE doesn't 
> update the representaiton right now either.
> 
Yup, and since we still haven't gotten a single pass to bootstrap
cleanly, we cannot test them together.  To enable these passes, we have
to:

        1. Fix enough bugs in each pass so that we can enable them by
           default at -O2.
        2. Make sure that each one either rebuilds SSA from scratch or
           keeps it up-to-date.


Diego.


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