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: 4 GCC regressions, 2 new, with your patch on 2002-07-18T09:56:17Z.


On Fri, Aug 09, 2002 at 11:11:37AM +0200, Jan Hubicka wrote:
> Really? I thought that the SSA on lowlevel RTL is no-no becuase of
> subregs and strict low parts etc.  We need some CSE-like pass to cleanup
> after last code lowering stage in any stage and it should be global.

I think the argument goes that the bulk of the user code will
already have had global optimizations applied and that, hopefully,
there not have been hordes of code generated from the tree->rtl
lowering process that could benefit from global opts, only local.

It's something we'll have to experiment with, for sure.


r~


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