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: scheduling problems again



  In message <19980128023544.16763@cerebro.laendle>you write:
  > The point is that the REG_DEAD notes are not updated after reload with
  > either the haifa scheduler (which was used here), nor with the normal
  > scheduler.
Other post-reload passes also do not keep accurate REG_DEAD notes.

Depending on them after reload is plain wrong.  This is a bug in jump.c
plain and simple.  Some ports also have this bug in peepholes because
they use dead_or_set_p.

jeff


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