Misplaced Pages

Kaffe

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article is about the Java Virtual Machine. For the Bulgarian band, see Kaffe (band).
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article may be unbalanced toward certain viewpoints. Please improve the article by adding information on neglected viewpoints, or discuss the issue on the talk page. (July 2024)
This article contains promotional content. Please help improve it by removing promotional language and inappropriate external links, and by adding encyclopedic text written from a neutral point of view. (July 2024) (Learn how and when to remove this message)
This article needs to be updated. Please help update this article to reflect recent events or newly available information. (July 2024)
(Learn how and when to remove this message)
Kaffe
Original author(s)
  • Tim Wilkinson
  • Peter Mehlitz
Developer(s)Transvirtual Technologies
Initial release1996; 29 years ago (1996)
Final release1.1.9 Edit this on Wikidata / 22 February 2008
Preview release1.1.10-pre Edit this on Wikidata / 22 August 2011
Repository
Written inC and Java
Operating systemUnix-like
TypeJava Virtual Machine
LicenseGPL-2.0-only
Websitewww.kaffe.org

Kaffe is a discontinued "clean room design" (reverse engineering) version of a Java Virtual Machine. It comes with a subset of the Java Platform, Standard Edition (Java SE), Java API, and tools needed to provide a Java runtime environment. Like most other Free Java virtual machines, Kaffe uses GNU Classpath as its class library.

Kaffe, first released in 1996, was the original open-source Java implementation. Initially developed as part of another project, it grew so popular that developers Tim Wilkinson and Peter Mehlitz founded Transvirtual Technologies, Inc. with Kaffe as the company's flagship product. In July 1998, Transvirtual released Kaffe OpenVM under a GNU General Public License.

Kaffe is a lean and portable virtual machine, although it is significantly slower than commercial implementations. When compared to the reference implementation of the Java Virtual Machine written by Sun Microsystems, Kaffe was significantly smaller; it thus appeals to embedded system developers. It comes with just-in-time compilers for many of the CPU architectures, and has been ported to more than 70 system platforms in total. It runs on devices ranging from embedded SuperH devices to IBM zSeries mainframe computers, and it will even run on a PlayStation 2.

Unlike other implementations, in the past Kaffe used GNU Multi-Precision Library (GMP) to support arbitrary precision arithmetic. This feature has been removed from release 1.1.9, causing protests from people that claim they used Kaffe for the sole reason of GMP arithmetic being faster than the typical pure java implementation, available in other distributions. The capability was removed to reduce the maintenance work, expecting that interested people will integrate GMP support into GNU Classpath or OpenJDK. Subsequently, GNU Classpath introduced GMP support in version 0.98.

See also

References

  1. "Release_1_1_9: updated docs for 1.1.9".
  2. "README: Kaffe 1.1.10-pre".
  3. Performance Comparison of Java/.NET Runtimes (Oct 2004)
  4. "FWD: [kaffe] Removed GMP math?".

External links

Java virtual machines (comparison)
Sun, Oracle
Major implementations
Embedded
Others
Discontinued
Java (software platform)
Platforms
Oracle technologies
Platform technologies
Major third-party
technologies
History
JVM languages
Community
Conferences
Organizations
People
Category   icon Computer programming portal
Stub icon

This software article is a stub. You can help Misplaced Pages by expanding it.

Categories: