[LLVMdev] JIT and anonymous procs
Sandro Magi
naasking at gmail.com
Wed Mar 26 12:59:08 PDT 2008
On Wed, Mar 26, 2008 at 3:55 PM, Sandro Magi <naasking at gmail.com> wrote:
> Freeing the machine code is straightforward:
>
> http://llvm.org/doxygen/classllvm_1_1JIT.html#a8
>
> Not sure about the Function instance itself. The delete operator would
> be my first guess.
I believe that may be correct actually, as the Function destructor
invokes "dropAllReferences":
http://llvm.org/doxygen/classllvm_1_1Function.html#a55
Sandro
More information about the llvm-dev
mailing list