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]
Other format: [Raw text]

Re: schedule-ebbs and trapping insns


On Mon, Jul 01, 2002 at 11:30:25AM -0600, Jeff Law wrote:
> Hmmm, it seems to me that a trapping insn should act as a scheduling
> barrier for any other potentially trapping insn.  Right?

Yes.

> I believe sched-rgn already implements this and conceptually it should be
> independent of whether or not we're scheduling regions or basic blocks,

Theoretically, yes.  Except that sched-rgn and sched-ebb treat the
last insn of a block specially and different between them.


r~


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