Jump to content

Jikes: Difference between revisions

From EDM2
No edit summary
Line 1: Line 1:
==Description==
Jikes is an open source, strictly [[Java]] compatible, high performance compiler written in [[C++]] that manages to put out code that is considerably faster than javac (the Java to bytecode compiler built into Java). Note that Jikes compiles to Java bytecode rather than to machine language.
Jikes is an open source, strictly [[Java]] compatible, high performance compiler written in [[C++]] that manages to put out code that is considerably faster than javac. Note that it compiles to Java bytecode rather than to machine language.


==Version==
==Version==
* Latest Version: 1.22-1 (2005/02/18) - Should compile on OS/2 with John Price's header files.
* Latest Version: Jikes 1.22-1 (2005-02-18) - Should compile on OS/2 with John Price's header files.
* '''Latest Version for OS/2:''' 1.18 (2003/03/13) [http://hobbes.nmsu.edu/h-search.php?key=jikes.118.os2.uni.bin.zip Hobbes]
* '''Latest Version for OS/2:''' [http://hobbes.nmsu.edu/h-search.php?key=jikes.118.os2.uni.bin.zip Jikes 1.18] (2003/03/13)


==Links==
==Links==
* Official Website: [http://jikes.sourceforge.net]
* [http://jikes.sourceforge.net Official Jikes website] - On [[SourceForge]]
* [http://members.ozemail.com.au/~jgprice/ John Price's Jikes page]
* [http://members.ozemail.com.au/~jgprice/ John Price's Jikes page]



Revision as of 03:11, 5 July 2016

Jikes is an open source, strictly Java compatible, high performance compiler written in C++ that manages to put out code that is considerably faster than javac (the Java to bytecode compiler built into Java). Note that Jikes compiles to Java bytecode rather than to machine language.

Version

  • Latest Version: Jikes 1.22-1 (2005-02-18) - Should compile on OS/2 with John Price's header files.
  • Latest Version for OS/2: Jikes 1.18 (2003/03/13)

Links

Publications

License

  • Open Source - IBM Public License

Author