summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-06-28 12:59:57 +0000
committerMark Wielaard <mark@klomp.org>2005-06-28 12:59:57 +0000
commit38c71d0520c4d56df61fdc634b99d9e24396bc8c (patch)
treed6b8add29d4991c4a58130cce69aeb11cd135912
parent050679e6b24925ab62dc0aa9992d029a87ff61d0 (diff)
downloadclasspath-38c71d0520c4d56df61fdc634b99d9e24396bc8c.tar.gz
From Christian Thalinger
* doc/www.gnu.org/stories.wml: Add CACAO description.
-rw-r--r--ChangeLog5
-rw-r--r--doc/www.gnu.org/stories.wml9
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42813e8b6..9aafd6ede 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-28 Mark Wielaard <mark@klomp.org>
+
+ From Christian Thalinger
+ * doc/www.gnu.org/stories.wml: Add CACAO description.
+
2005-06-28 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* org/omg/CORBA/_IDLTypeStub.java: Added SerialVersionUID.
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>