[LLVMdev] emulator

Duncan Sands baldrick at free.fr
Fri Jul 5 00:05:08 PDT 2013


Hi Dacian,

On 05/07/13 08:02, Herbei Dacian wrote:
>
> Hi All,
> I'm a real newbie to this so I have a few simple question.
> I would like to make an llvm byte code emulator with certain special features.
> So, I need an llvm byte code emulator that works out of the box if possible.
> Does this exist? Is it open source?
> And if not what is the closest open source to it.
> best regards,
> dacian

LLVM has a byte code interpreter, lli (run with -force-interpreter to get the
interpreter, otherwise it will JIT the byte code).

Ciao, Duncan.




More information about the llvm-dev mailing list