I’m looking for an open source virtual machine that’s:
- fast and as lightweight as possible
- supports a minimal set of bytecode (like LLVM IR)
- easily embedable from a C++ application
- Cross platform (Linux, Windows and OS X)
- x86 support
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why filter out LLVM ? It’s a set of C libraries
I guess it’s not as easy to embed than Lua, but LLVM is so great that it would probably overcome the hassle of integrating it. See this SO question, does it help ?