<div dir="ltr"><div><div><div><div>I'm wondering if the LLVM JIT can be used in a reentrant manner.<br></div><div>Specifically, what I'd like to do is:<br><br></div><div>o Use LLVM JIT to compile code.<br></div><div>o Call the compiled function.<br></div><div>o Have the compiled function call the LLVM JIT to compile (and execute) more code.<br><br></div><div>If it helps, I'm currently using the MCJIT interface.<br><br></div><div>Toshi<br><br></div></div></div></div></div>