Jump to content

Jikes: Difference between revisions

From EDM2
No edit summary
Line 11: Line 11:


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

Revision as of 04:44, 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

License

  • Open Source - IBM Public License

Author