Displaying 3 results from an estimated 3 matches for "2324_1".
Did you mean:
23241
2010 Dec 03
1
[LLVMdev] Alternative exception handling proposal
...lt;L1> (a cleanup) before unwinding continues
via the block labelled "rewind". [Or the program just terminates at that
point if there is no handler further up the call stack, since there would
then only be cleanups all the way up the stack].
define i32 @main() noreturn {
entry:
%D.2324_1 = invoke i8* @_Znwm(i64 8)
to label %"<bb 3>" unwind label %"<L2>" personality
@__gxx_personality_v0 catches %struct.__pointer_type_info_pseudo* @_ZTIPSt9exception
"<bb 3>": ; preds = %entry
%0 =...
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