Displaying 2 results from an estimated 2 matches for "f293577b".
Did you mean:
f223577
2008 May 21
0
[LLVMdev] Deleting order and acquiring generated function
...___
> 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/20080521/f293577b/attachment.html>
2008 May 21
2
[LLVMdev] Deleting order and acquiring generated function
Hi all,
I'm using LLVM to generate a fairly large number of separate functions at
run-time. To minimize the memory overhead, I'd like to delete the IR and
everything else that is no longer needed after a function has been generated
(I don't use lazy compilation or anything like that).
I noticed that deleting the ExecutionEngine deletes everything (Module,
Function(s),