<div dir="ltr">Let's say I'm using LLVM to JIT compile a function. Inside that function I make a call to a runtime method in a currently loaded library. Is there any way to get LLVM to inline that function call?<br>
<br>As an example, let's say my jitted function calls memcpy, can I get memcpy's body inlined somehow? Or can that only be done via lto and aot compilation?<br><br>Thanks,<br><br>Timothy Baldridge</div>