diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-28 20:42:07 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-28 20:42:07 +0000 |
commit | f62342d386679c74d2bc25e885b11f4c576da681 (patch) | |
tree | 0535e9bbe3b20a200bda0a213215837351dab74e /lang/sablevm/distinfo | |
parent | 9267a0f6f3431e842acce7159ce24269a297c074 (diff) | |
download | pkgsrc-f62342d386679c74d2bc25e885b11f4c576da681.tar.gz |
Initial import of sablevm, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition. Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.
SableVM implements many innovative techniques, including:
* 3 flavors of threaded interpretation (switched, threaded and inlined).
* Bidirectional object layout.
* Spinlock-free thin locks.
* Sparse interface vtables.
* Low-cost maps for precise garbage collection.
This package is slightly based on the one found in pkgsrc-wip, made by
pancake AT phreaker.net.
Diffstat (limited to 'lang/sablevm/distinfo')
-rw-r--r-- | lang/sablevm/distinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/sablevm/distinfo b/lang/sablevm/distinfo new file mode 100644 index 00000000000..083c54a7911 --- /dev/null +++ b/lang/sablevm/distinfo @@ -0,0 +1,8 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/03/28 20:42:08 jmmv Exp $ + +SHA1 (sablevm-1.1.1.tar.gz) = 3067ebc8c05a60dd7b1979193be0fa4d5422f4c4 +Size (sablevm-1.1.1.tar.gz) = 554037 bytes +SHA1 (patch-aa) = 25e7b6748c4f5c8b327e20763ca5bf302e2bb795 +SHA1 (patch-ab) = 033d725794a2fae8aef57dd971cdff2a9832e9ab +SHA1 (patch-ac) = 12d430397863ef7774fbb57831e10b31296c73e1 +SHA1 (patch-ad) = 7a157ce19ac27d489565b4035273864314a07c96 |