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: [RFC] asm goto


On 07/28/2009 04:34 AM, Steven Bosscher wrote:
Nope, the compiler has a normal edge coming out.  And since
it can manipulate the vector of labels attached to the asm, it
can easily redirect the label if it wants to, e.g., split a
critical edge.

Silly question perhaps -- I don't even know if asm works with ObjC too -- but if the extension also applies to ObjC, then how does it interact with ObjC exceptions?

Since it's a normal edge, I expect it works the same way a goto does.



r~



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