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]

Re: rtx_equal_function_value_matters



  In message <19981124103041.A7241@dot.cygnus.com>you write:
  > On Tue, Nov 24, 1998 at 07:13:14PM +0100, Jakub Jelinek wrote:
  > > That's what I proposed in my first mail. I think simply replacing a bunch
  >  of
  > > (reload_in_progress || reload_completed) tests with
  > > (cannot_generate_new_rtxs) or whatever (you'll probably name it better), 
  > it
  > > would fix a lot of bugs that may show up randomly.
  > 
  > While we should have some simple no_new_pseudos predicate, I wonder
  > if you win creating new pseudos when cse_not_expected.
I suspect creating new pseudos after cse_not_expected doesn't win anything
at all except for the cases where we create them during regclass.

jeff


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