Jump to content

Jikes: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 10: Line 10:
* [http://members.ozemail.com.au/~jgprice/ John Price's Jikes page]
* [http://members.ozemail.com.au/~jgprice/ John Price's Jikes page]


==Publications==
* [https://www.ibm.com/developerworks/community/blogs/woolf/entry/j2se_jikes_a_better_java?lang=en ] - Bobby Wolf: J2SE: Jikes -- A Better Java Compiler
==License==
==License==
* Open Source - IBM Public License
* Open Source - IBM Public License

Revision as of 04:41, 8 December 2015

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. Note that it compiles to Java bytecode rather than to machine language.

Version

  • Latest Version: 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) Hobbes

Links

Publications

  • [2] - Bobby Wolf: J2SE: Jikes -- A Better Java Compiler

License

  • Open Source - IBM Public License

Author