Displaying 1 result from an estimated 1 matches for "5e4d8a1f".
2015 Jul 09
2
[LLVMdev] Help with using LLVM to re-compile hot functions at run-time
Hello,
I am new to LLVM and a I appreciate your help with the following:
I want to run the LLVM IR through virtual machine (LLVM interpreter?) and
jit
compile the hot functions (using MCJIT).
This task will require amongst other identifying the hot functions and
having a
code cache that should be patched with the native code of the functions
after
they are jitted.
I've read so far about