Subject: CVS commit: wip/kissme
From: pancake ;)
Date: 2004-03-03 21:12:00
Message id: E1Aycim-0001nx-7O@sc8-pr-cvs1.sourceforge.net

Log Message:
Initial import of Kissme JVM

DESCR::::

kissme is Java Virtual Machine (JVM) freely available under the GPL.

It is currently still under development but can run many console java
applications. The Kissme JVM has the following properties:

    * It runs on UNIX, particularly GNU/Linux.
    * It is written in C (although the JIT is being written in Java)
    * It uses native (Operating System) threads, as opposed to user or
	'green' threads.
    * It uses a conservative Mark and Sweep garbage collector. (Hopefully
	this will change in the future.)
    * It interprets java bytecodes. (A JIT compiler that compiles bytecode
	to native i386 code is under development, though this project has
	been inactive for some time.)
    * It supports an extension to the JVM that implements orthogonal
	persistence. This is a mechanism in which the JVM transparently
	migrates Java data structures between memory and a persistent store.
    * It uses the GNU Classpath runtime libraries. Classpath is a
	clean-room, open source reimplementation of the standard Java
	runtime libraries.

Files:
RevisionActionfile
1.1importwip/kissme/Makefile
1.1importwip/kissme/PLIST
1.1importwip/kissme/distinfo
1.1importwip/kissme/DESCR
1.1importwip/kissme/locks.c
1.1importwip/kissme/TODO
1.1importwip/kissme/patches/patch-aa
1.1importwip/kissme/patches/patch-ab
1.1importwip/kissme/patches/patch-ac
1.1importwip/kissme/patches/patch-ad
1.1importwip/kissme/patches/patch-ae
1.1importwip/kissme/patches/patch-af
1.1importwip/kissme/patches/patch-ag
1.1importwip/kissme/patches/patch-ah