Displaying 3 results from an estimated 3 matches for "774a1921".
2013 Oct 30
0
[LLVMdev] Using MCJIT in a dynamic REPL environment
Sure, that makes a lot of sense. The implementation details may get tricky, of course, but the concept is great.
-Jim
On Oct 30, 2013, at 12:20 PM, Yaron Keren <yaron.keren at gmail.com> wrote:
> Hi,
>
> I'm trying to transition from the JIT to MCJIT. The requirements are fast response time and dynamic unloading/replacement of modified functions. Lazy evaluation is *not*
2013 Oct 30
2
[LLVMdev] Using MCJIT in a dynamic REPL environment
Hi,
I'm trying to transition from the JIT to MCJIT. The requirements are fast
response time and dynamic unloading/replacement of modified functions. Lazy
evaluation is *not* required: I expect all functions to be present at
runtime or else an error is fine.
With the JIT it's quite simple to unload and replace functions due to the
stubs (JMP instructions) that redirect the actual function
2013 Oct 30
1
[LLVMdev] Using MCJIT in a dynamic REPL environment
...opers 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/20131030/774a1921/attachment.html>