diff options
author | Mark Wielaard <mark@klomp.org> | 2005-06-28 12:59:57 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2005-06-28 12:59:57 +0000 |
commit | 38c71d0520c4d56df61fdc634b99d9e24396bc8c (patch) | |
tree | d6b8add29d4991c4a58130cce69aeb11cd135912 /doc | |
parent | 050679e6b24925ab62dc0aa9992d029a87ff61d0 (diff) | |
download | classpath-38c71d0520c4d56df61fdc634b99d9e24396bc8c.tar.gz |
From Christian Thalinger
* doc/www.gnu.org/stories.wml: Add CACAO description.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/www.gnu.org/stories.wml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/www.gnu.org/stories.wml b/doc/www.gnu.org/stories.wml index 19a92b365..c01ac1937 100644 --- a/doc/www.gnu.org/stories.wml +++ b/doc/www.gnu.org/stories.wml @@ -114,6 +114,15 @@ understand, and has many robustness features that have been the object of careful design. </project> +<project url="http://www.cacaojvm.org/" name="CACAO"> +CACAO is a research Java Virtual Machine developed at the Vienna +University of Technology. It has a compile-only approach, which means +there is no interpreter at all but a JIT compiler ported to different +architectures, like Alpha, i386, MIPS, PowerPC, and x86_64. The main +aim of CACAO is to keep the JIT compilation time as small as possible +while producing quite fast code. +</project> + </table> </en> |