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: Loop optimizer issues


On Mon, 2003-07-28 at 08:46, Zdenek Dvorak wrote:
> Hello,
> 
> > > I am basically done with the work on rtl-level optimizer.  There are still

> > > I think it is a good time to merge it into tree-ssa. I have tested it and there
> > > are no real conflicts, so it should not be problematic.
> > 
> > The problem may not be in conflicts but in QA: How are you going to be
> > able to assert that tree-ssa and rtlopt are achieving their goals when
> > other new infrastructure is also being merged?
> > 
> > AFAIK rtlopt is mostly orthogonal to tree-ssa.  Tuning, comparing, and
> > improving the new frameworks with resoect to the existing code should
> > therefore also be done separately (especially considering the long list
> > of open issues you mention).  You could merge without disabling the old
> > loop optimizers, but then your reason for merging (better testing
> > coverage) is probably not going to happen.
> > 
> > So I think it is a bad idea to merge code from one branch into the
> > other, unless it is also merged into the mainline.
> 
> there was discussion about this about a month ago and I had feeling
> people mostly agreed with the idea of merging.  My main reason is that
> I would like to heavily share code between rtl-level loop optimizer
> and tree-level loop optimizer I would like to work on.


tree-ssa does regular merges with mainline, so once this was merged into
mainline, it would become part of tree-ssa very shortly thereafter, and
the code sharing could begin :-)

That way there are no multiple-experimental code base merge issues. 

Andrew


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