5d7a7a3884
This port includes the Java classes, making the java/sablepath port obsolete.
9 lines
365 B
Plaintext
9 lines
365 B
Plaintext
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.
|
|
|
|
WWW: http://www.sablevm.org/
|