b0a5eaa553
- Take maintainership - Split classpath into separate port - Switch to libffi-devel to allow build on !386 PR: ports/118288, ports/118312 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
8 lines
365 B
Text
8 lines
365 B
Text
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/
|