Displaying 2 results from an estimated 2 matches for "46612".
Did you mean:
46,12
2008 Feb 04
0
[LLVMdev] Exception handling in JIT
...DwarfEmitter.
>
> This patch should work on linux/x86 and linux/ppc (tested).
>
> Nicolas
> Index: include/llvm/ExecutionEngine/ExecutionEngine.h
> ===================================================================
> --- include/llvm/ExecutionEngine/ExecutionEngine.h (revision 46612)
> +++ include/llvm/ExecutionEngine/ExecutionEngine.h (working copy)
> @@ -85,6 +85,11 @@
> /// pointer is invoked to create it. If this returns null, the JIT
> will abort.
> void* (*LazyFunctionCreator)(const std::string &);
>
> + /// ExceptionTableRegister - If Exc...
2008 Feb 01
2
[LLVMdev] Exception handling in JIT
Dear all,
Here's a new patch with Evan's comments (thx Evan!) and some cleanups.
Now the (duplicated) exception handling code is in a new file:
lib/ExecutionEngine/JIT/JITDwarfEmitter.
This patch should work on linux/x86 and linux/ppc (tested).
Nicolas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: jit-exceptions.patch
URL: