[LLVMdev] Re-JITing a Function

John Criswell criswell at cs.uiuc.edu
Tue Oct 27 09:18:43 PDT 2009


Dear LLVMers,

Can the LLVM JIT, at run-time, take a function for which it has already
generated native code, re-optimize it at the LLVM level, and then
re-generate its native code, replacing calls of the old function with
calls to the new function?

I seem to recall that it could, but I need to make sure.

Thanks in advance.

-- John T.




More information about the llvm-dev mailing list