Displaying 1 result from an estimated 1 matches for "2c185b53".
2007 Mar 15
1
[LLVMdev] JIT slow
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