[LLVMdev] JIT slow

Gonsolo gonsolo at gmail.com
Thu Mar 15 08:42:46 PDT 2007


Hi!

It appeared to me that runFunction in JIT.cpp is slow for repeatedly
executing the same function with nontrivial arguments since the "Stub"
function in JiT.cpp:183 (LLVM 1.9) is compiled again and again.
Is there something I can do to accelerate this?

g



More information about the llvm-dev mailing list