Displaying 3 results from an estimated 3 matches for "exc_ptr2".
Did you mean:
exc_ptr
2010 Dec 03
1
[LLVMdev] Alternative exception handling proposal
...@__gxx_personality_v0
catches %struct.__pointer_type_info_pseudo* @_ZTIPSt9exception
; <label>:1 ; preds = %"<bb 3>"
unreachable
"<L1>": ; preds = %"<L3>"
%exc_ptr2 = tail call i8* @llvm.eh.exception()
%filter3 = tail call i32 @llvm.eh.selector()
tail call void @__cxa_end_catch() nounwind
br label %rewind
"<L2>": ; preds = %"<bb 3>", %entry
%exc_ptr = tail call i8* @llvm.eh....
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
On Dec 2, 2010, at 2:21 AM, Duncan Sands wrote:
> Hi Bill,
>
>> This is similar to my first proposal.
>
> yup, I still consider your first proposal to have been basically sound.
>
> But it also suffers from a major problem,
>> which stopped that proposal dead in its tracks. Namely, you have information in
>> one place which needs to be shared in two
2010 Dec 02
3
[LLVMdev] Alternative exception handling proposal
Hi Bill,
> This is similar to my first proposal.
yup, I still consider your first proposal to have been basically sound.
But it also suffers from a major problem,
> which stopped that proposal dead in its tracks. Namely, you have information in
> one place which needs to be shared in two different, but possibly disjoint,
> places: the type, filters, and personality information. In