search for: rejit

Displaying 1 result from an estimated 1 matches for "rejit".

Did you mean: refit
2006 May 18
1
[LLVMdev] Runtime optimisation in the JIT
Hi All, I've just started investigating LLVM for use in a project of mine, and I've got a couple of questions: 1. How does LLVM support run-time optimisation - i.e: which elements of the toolchain will optimise a running bytecode / binary? 2. Is there a way, with the existing infrastructure, to do adaptive compilation using the JIT interpreter? Watching said interpreter through GDB