Displaying 2 results from an estimated 2 matches for "tp27855179p27856680".
2010 Mar 10
0
[LLVMdev] On-Stack Replacement & Code Patching
On Wed, Mar 10, 2010 at 3:11 PM, Nyx <mcheva at cs.mcgill.ca> wrote:
>
> I am interested in writing a JIT that makes use of on-stack replacement. This
> essentially means that the JIT must be able to compile new versions of
> already compiled functions (eg: more optimized versions) and ensure that the
> code for the new functions is executed. I was wondering if LLVM offers any
2010 Mar 10
4
[LLVMdev] On-Stack Replacement & Code Patching
I am interested in writing a JIT that makes use of on-stack replacement. This
essentially means that the JIT must be able to compile new versions of
already compiled functions (eg: more optimized versions) and ensure that the
code for the new functions is executed. I was wondering if LLVM offers any
support for this.
Suppose a function f calls a function g, and f is recompiled while g is
running,