classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Add CACAO description to stories


From: Mark Wielaard
Subject: [cp-patches] FYI: Add CACAO description to stories
Date: Tue, 28 Jun 2005 14:59:11 +0200

Hi,

Christian noticed that the nice GPL CACAO virtual machine wasn't listed
in our free software projects that are based on GNU Classpath. He was so
nice to sent a little description.

2005-06-28  Mark Wielaard  <address@hidden>

        From Christian Thalinger
        * doc/www.gnu.org/stories.wml: Add CACAO description.

Committed,

Mark

-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/
Index: doc/www.gnu.org/stories.wml
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/www.gnu.org/stories.wml,v
retrieving revision 1.10
diff -u -r1.10 stories.wml
--- doc/www.gnu.org/stories.wml 25 Nov 2004 16:15:50 -0000      1.10
+++ doc/www.gnu.org/stories.wml 28 Jun 2005 12:58:31 -0000
@@ -114,6 +114,15 @@
 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>
 

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]