[LLVMdev] bytecode cache

Jochen Wilhelmy j.wilhelmy at arcor.de
Wed Feb 16 13:47:57 PST 2011


Hi!

Is it possible to implement a byte code cache for a llvm-jit?
This way the compile time occurs only once and the next time
the compiled machine code can simply be loaded from disk.
Of course care has to be taken with function pointers that are
used as constants since they may change on the next run.

-Jochen




More information about the llvm-dev mailing list