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: treelang fix for rs6000 / treelang not proper front end


On Mon, 9 Jun 2003, Steven Bosscher wrote:
> >My understanding from the tree-ssa presentations is that the important RTL
> >optimizers won't be maintained long-term, so I wouldn't want to count on
> >them in a new frontend.
>
> Well, if they are important optimizers, why wouldn't they be
> maintained?

Important to frontends that don't produce GENERIC trees, I mean.
Inlining, PRE, DCE, ...

> I thought the consensus was that we'll always have RTL
> optimizers.  Jeff recently even mentioned he would like to keep RTL SSA
> alive and have mid-RTL after all.

I could be very wrong about that.  It's also likely that very little is
actually decided; the tree-ssa branch is certainly very ripe for
experimentation.  Only experience will eventually show whether certain
optimizers are most effective on RTL or GIMPLE, I'd guess.

Jeff


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