Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass CFLAGS to configure scripts using CONFIGURE_ENV. | Archie Cobbs | 2002-08-19 | 1 | -10/+1 |
| | | | | Notes: svn path=/head/; revision=64649 | ||||
* | Update to version 1.0.3. | Archie Cobbs | 2002-08-19 | 1 | -3/+3 |
| | | | | | | | Make USE_GNOMELIBS optional. Add a patch that fixes a native library bug. Notes: svn path=/head/; revision=64648 | ||||
* | Update to SableVM version 1.0.2. | Archie Cobbs | 2002-08-15 | 1 | -6/+7 |
| | | | | | | | This port includes the Java classes, making the java/sablepath port obsolete. Notes: svn path=/head/; revision=64558 | ||||
* | SableVM implements the Java virtual machine specification, second edition. | Archie Cobbs | 2002-07-09 | 1 | -0/+19 |
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/ Notes: svn path=/head/; revision=62726 |