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: Can we have egcs 1.0.3 please?



[ Note The change in cc-line, this is suitable for the egcs
  discussion list :-) ]

  In message <199804182235.PAA27290@rtl.cygnus.com>you write:
  > There is no requirement that REG_N_REFS be exactly correct, and many
  > optimizations passes after flow don't bother to try to maintain it.
  > Thus the fact that REG_N_REFS is wrong is itself not necessarily a bug.
Jim is correct, except for one minor nit.

REG_N_REFS must never be zero if references to the register still
remain in the insn chain.  Other than that, REG_N_REFS can have
any value without effecting the correctness of the generated code.

Of course accurate REG_N_REFS is likely to lead to better register
allocation.

jeff


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