aboutsummaryrefslogtreecommitdiff
path: root/java/sablevm/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'java/sablevm/pkg-descr')
-rw-r--r--java/sablevm/pkg-descr6
1 files changed, 0 insertions, 6 deletions
diff --git a/java/sablevm/pkg-descr b/java/sablevm/pkg-descr
deleted file mode 100644
index 1cbf2d22c7fc..000000000000
--- a/java/sablevm/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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.