Displaying 3 results from an estimated 3 matches for "muchl".
Did you mean:
much
2011 Jul 27
5
[LLVMdev] LLVMdev Digest, Vol 85, Issue 50
...sense that if catch-
specifications have restrictions
they too should be Instructions rather than Intrinsics.
3.b) I have been thinking about other possible control-flow-graph
invariants of the
landingpad blocks and the catch blocks that they lead to, but so far
have not come up
with very muchl, I wonder if anyone else is thinking about this...?...
for example cleanups come before __cxa_begin_catch, but it isn't
clear what is a cleanup
and what isn't other than what comes before a __cxa_begin_catch and
what comes after ?
however, using that as the definition of cleanup, for...
2011 Jul 28
0
[LLVMdev] LLVMdev Digest, Vol 85, Issue 50
...tation form.
>
Yeah. I didn't want to obscure the main proposal by inappropriate nomenclature.
> 3.b) I have been thinking about other possible control-flow-graph invariants of the
> landingpad blocks and the catch blocks that they lead to, but so far have not come up
> with very muchl, I wonder if anyone else is thinking about this...?...
>
> for example cleanups come before __cxa_begin_catch, but it isn't clear what is a cleanup
> and what isn't other than what comes before a __cxa_begin_catch and what comes after ?
>
As John mentioned, the EH representat...
2011 Jul 27
0
[LLVMdev] LLVMdev Digest, Vol 85, Issue 50
On Jul 27, 2011, at 10:27 AM, Peter Lawrence wrote:
> 3.b) I have been thinking about other possible control-flow-graph invariants of the
> landingpad blocks and the catch blocks that they lead to, but so far have not come up
> with very muchl, I wonder if anyone else is thinking about this...?...
>
> for example cleanups come before __cxa_begin_catch, but it isn't clear what is a cleanup
> and what isn't other than what comes before a __cxa_begin_catch and what comes after ?
The EH representation is independent of th...