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: Non-call exceptions versus cse


    Well, what other than a trapping insn might cause the basic block
    boundary?

A CALL_INSN, but you miss my point.

First of all, is it a BB boundary or an EH boundary that matters?

Secondly, you don't have to completely stop scanning: what you have to
do is deal with trapping insn across the boundary.  That's the big difference.


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