[LLVMdev] Alternative exception handling proposal
Duncan Sands
baldrick at free.fr
Thu Dec 2 03:26:45 PST 2010
> Not to mention that there is no way to enforce that on a per-call
> basis in any language I know. Also, I can't think of a reason for the
> front-end to decide that per function call...
>
> One personality definition per function should be enough...
It occurs when doing LTO and inlining functions written in one language
into functions written in another, thus my Ada inlined into C++ example.
Mixed language programming is quite common, so it may be worth supporting
this, but it's not clear.
Ciao, Duncan.
More information about the llvm-dev
mailing list