[LLVMdev] _Unwind_Exception and _Unwind_Resume
Renato Golin
rengolin at systemcall.org
Mon Mar 7 01:19:05 PST 2011
On 7 March 2011 04:01, Talin <viridia at gmail.com> wrote:
> This just means that people who call methods written in my
> language from other languages will have to be careful about exception
> handling.
Always. This is why following the ABI is so important if you want compatibility.
However, the ABI doesn't mention GC (that I've seen), so you have to
read between the lines...
cheers,
--renato
More information about the llvm-dev
mailing list