blob: 1cbf2d22c7fc54dd76cb874ca1383d1c43ec9e60 (
plain) (
blame)
1
2
3
4
5
6
|
SableVM implements the Java virtual machine specification, second edition.
SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.
|