[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
Jakob Stoklund Olesen
stoklund at 2pi.dk
Mon Jun 13 15:15:16 PDT 2011
On Jun 13, 2011, at 2:52 PM, Chris Lattner wrote:
> Synchronous exceptions like divide by zero or null pointer derefs are another thing entirely though.
When runtimes support this, do they preserve all registers or just the non-volatile registers, like a normal unwinder? How is information about the exception passed to the landing pad?
/jakob
More information about the llvm-dev
mailing list