diff options
Diffstat (limited to 'java/sablevm-classpath/pkg-descr')
-rw-r--r-- | java/sablevm-classpath/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/java/sablevm-classpath/pkg-descr b/java/sablevm-classpath/pkg-descr new file mode 100644 index 000000000000..fde8f95dbfe8 --- /dev/null +++ b/java/sablevm-classpath/pkg-descr @@ -0,0 +1,8 @@ +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/ |