[LLVMdev] Alternative exception handling proposal

Duncan Sands baldrick at free.fr
Thu Dec 2 04:01:45 PST 2010


On 02/12/10 12:53, Renato Golin wrote:
> On 2 December 2010 11:26, Duncan Sands<baldrick at free.fr>  wrote:
>> 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.
>
> Good point.
>
> Still, mixing personalities in the same EH table is scary... ;) Is
> there any compiler that do this?

Apparently the gcc people are working on this as part of their LTO support.

Ciao,

Duncan.



More information about the llvm-dev mailing list