[LLVMdev] Online opt style code pass / profiling possible in LLVM JIT?

Puyan Lotfi puyan at gatech.edu
Mon Mar 29 06:05:53 PDT 2010


Hi

I am not sure if it is possible to do something similar to what the
LLVM pass framework offers (via the opt program) but in the JIT
instead (when running lli).

Is it possible to do any kind of online profiling (or optimization) of
dynamically compiler code similar to writing an opt style code pass
module? Or would I have to change a lot of stuff in the JIT?

Thanks

-Puyan



More information about the llvm-dev mailing list