Displaying 2 results from an estimated 2 matches for "0146ef68".
2010 Dec 01
0
[LLVMdev] RFC: Exception Handling Proposal Revised
Hi Bill,
...
> I don't understand what you're trying to say here. I looked at the assembly for
> your first bar() function and it's exactly the same as would be emitted for one
> without the new scopes. Indeed, it's semantically identical. What do you mean by
> "before the try scope is reached"? If an exception is thrown by something in a
> nested scope,
2010 Dec 01
2
[LLVMdev] RFC: Exception Handling Proposal Revised
On Dec 1, 2010, at 9:52 AM, Duncan Sands wrote:
> Hi Bill,
>
>> General Model
>> =============
>>
>> The unwind edge from an invoke instruction jumps to a landing pad. That landing pad contains code which performs optional cleanups, and then determines which catch handler to call (if any). If no catch handlers are applicable, the exception resumes propagation