[LLVMdev] Hi guys and llvmbrains! :P
Jean-Daniel Dupas
devlists at shadowlab.org
Wed Apr 18 05:11:52 PDT 2012
Le 18 avr. 2012 à 14:02, toredhiddenuser at tormail.net a écrit :
> Hello,
> Is it possible to use LLVM like JVM (virtual machine)?
> If so, How?
Yes, have a look at the VMKit project:
http://vmkit.llvm.org
> Can this be used to create hardware-independent and OS-independent binaries?
If you want portable binaries, this is what Google Native Client does::
http://code.google.com/p/nativeclient/
-- Jean-Daniel
More information about the llvm-dev
mailing list