This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] New regressions as of 2003-11-04
On Wed, 2003-11-05 at 11:25, Jan Hubicka wrote:
> > On Wed, 2003-11-05 at 11:07, Jan Hubicka wrote:
> > Right now the webizer *just* breaks up this disjoint ranges? or does it
> > do something else too?
>
> It just breaks disjoint ranges. The stuff to break may however come
> from user variables, tree-ssa shared temporaries or reuse implied by RTL
> expansion, so it is not perfect estimate.
I was simply going to run it with and without my changes and observe
what happens. There will still be stuff to do for sure.
> It is in the mainline and branch. All you need is to call
> rest_of_handle_webizer somewhere before CSE1 pass.
Thanks
Andrew