I was curious about types of popular VMs / bytecodes. So here is a result of quick survey I did:
Register based
- Dalvik
- Parrot
- Lua
- LLVM
- Sqlite 3.5.5 and later
Stack based
- Java VM
- CPython
- CIL
- Sqlite 3.4.4 and earlier
Abstract Syntax Tree based
- Perl
- Ruby
- Dart
No comments :
Post a Comment