diff options
Diffstat (limited to 'java/sablevm/pkg-descr')
-rw-r--r-- | java/sablevm/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/sablevm/pkg-descr b/java/sablevm/pkg-descr new file mode 100644 index 000000000000..cf1afc3883a8 --- /dev/null +++ b/java/sablevm/pkg-descr @@ -0,0 +1,11 @@ +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. + +SableVM uses a modified version of the GNU Classpath Java classes; +these classes are installed by the "sablepath" port. + +WWW: http://www.sablevm.org/ |