Displaying 2 results from an estimated 2 matches for "liborcjit".
Did you mean:
liborbit
2016 Nov 16
2
MCJit and remove module memory leak?
...dev <
llvm-dev at lists.llvm.org> wrote:
> There's a orc mcjit drop in replacement in the source tree.
> Am I correct to assume that Orc is used (and emulating mcjit behaviour)
> when replacing
> LLVMLinkInOrcMCJITReplacement();
> //LLVMLinkInMCJIT();
> and linking with libOrcJit ?
> Does this replacement handle memory better than original mcjit ?
>
>
> On Mon, Nov 7, 2016 at 8:39 PM, Kevin P. Neal via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> On Fri, Nov 04, 2016 at 04:20:32PM -0700, Lang Hames via llvm-dev wrote:
>> > H...
2016 Oct 28
4
MCJit and remove module memory leak?
I'm on llvm 3.8.1 and was wondering if there's a memory leak in the
removeModule impl of mcjit.
In the tutorial http://llvm.org/releases/3.8.1/docs/tutorial/LangImpl4.html
a module is removed from the Jit by invoking removeModule.
According to the tutorial:
"Its API is very simple:: addModule adds an LLVM IR module to the JIT,
making its functions available for execution;