Kaffe: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Zerbu
 
imported>Deltaspace42
 
Line 1: Line 1:
{{Short description|Java virtual machine}}
{{about|the Java Virtual Machine|the Bulgarian band|Kaffe (band)}}{{Multiple issues|
{{about|the Java Virtual Machine|the Bulgarian band|Kaffe (band)}}{{Multiple issues|
{{Unbalanced|date=July 2024}}
{{Unbalanced|date=July 2024}}
Line 25: Line 26:
'''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 [[Programming tool|tool]]s needed to provide a [[Java platform|Java]] runtime environment. Like most other Free Java [[Virtual machine|virtual machines]], Kaffe uses [[GNU Classpath]] as its [[Java Class Library|class library]].
'''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 [[Programming tool|tool]]s needed to provide a [[Java platform|Java]] runtime environment. Like most other Free Java [[Virtual machine|virtual machines]], Kaffe uses [[GNU Classpath]] as its [[Java Class Library|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]].
Initially developed as part of another project, 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.<ref>[http://www.shudo.net/jit/perf/ Performance Comparison of Java/.NET Runtimes (Oct 2004)<!-- Bot generated title -->]</ref> 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]] [[programmer|developers]].{{Unbalanced opinion|date=July 2024}} It comes with [[just-in-time compilation|just-in-time]] [[compilers]] for many of the [[CPU architecture]]s, and has been [[porting|port]]ed to more than 70 [[system platform]]s in total. It runs on devices ranging from [[embedded system|embedded]] [[SuperH]] devices to [[IBM zSeries]] [[mainframe computer]]s, and it will even run on a [[PlayStation 2]].
When compared to the reference implementation of the Java Virtual Machine written by [[Sun Microsystems]]. It comes with [[just-in-time compilation|just-in-time]] [[compilers]] for many of the [[CPU architecture]]s, and has been [[porting|port]]ed to more than 70 [[system platform]]s in total.


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.<ref>{{cite web | url=http://www.mail-archive.com/kaffe@kaffe.org/msg13209.html | title=FWD: &#91;kaffe&#93; Removed GMP math? }}</ref>{{Unreliable source?|date=July 2024}} 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.
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. 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==
==See also==
Line 46: Line 47:


{{Java Virtual Machine}}
{{Java Virtual Machine}}
{{Java (software platform)}}{{Software-stub}}
{{Java (software platform)}}[[Category:Discontinued Java virtual machines]]
[[Category:Discontinued Java virtual machines]]
[[Category:Free and open source interpreters]]
[[Category:Free and open source interpreters]]
[[Category:Software using the GNU General Public License]]
[[Category:Free software programmed in C]]
[[Category:Free software programmed in Java (programming language)]]
{{Free-software-stub}}

Latest revision as of 12:43, 13 December 2025

Template:Short description Script error: No such module "about".Script error: No such module "Unsubst". Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters". 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.

Initially developed as part of another project, 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.

When compared to the reference implementation of the Java Virtual Machine written by Sun Microsystems. 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.

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. 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

Script error: No such module "Portal".

References

<templatestyles src="Reflist/styles.css" />

Script error: No such module "Check for unknown parameters".

External links

Script error: No such module "Navbox". Script error: No such module "Navbox".

Template:Asbox