[llvm] r233767 - [WinEH] Generate .xdata for catch handlers

Kaylor, Andrew andrew.kaylor at intel.com
Tue Mar 31 16:42:58 PDT 2015


>A catch number has multiple states (it can have multiple cleanups, etc.).  We believe CatchHigh is the largest such state number in any of a try's catch handlers.

>Erm, that should read "A catch *handler* has multiple states".  Sorry if there was any confusion.

Do you mean the states from which the handler can catch an exception or the states while the handler is executing?  Even assuming you mean the latter, I suppose you’re right that there can be more than one.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150331/4fd47527/attachment.html>


More information about the llvm-commits mailing list