Displaying 2 results from an estimated 2 matches for "6df0f71d".
2008 Jul 07
0
[LLVMdev] Eager JIT
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080707/6df0f71d/attachment.html>
2008 Jul 07
2
[LLVMdev] Eager JIT
Hi all,
Is there any way to generate the binary code for a whole module at once?
Currently I always get lazy compilation one function at a time.
The reason I would like to generate the whole module at once is because I
create some functions at run-time and then minimize the memory footprint by
deallocating all LLVM objects. I've written my own JITMemoryManager to
ensure that the binary