Jikes: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
* Ported by [[Vadim Yegorov]] (Current maintainer) | * Ported by [[Vadim Yegorov]] (Current maintainer) | ||
[[Category:Java]][[Category:Software written in C++]][[Category:Open Source Software]] | |||
Revision as of 17:25, 20 October 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
- Bobby Wolf: J2SE: Jikes -- A Better Java Compiler -
License
- Open Source - IBM Public License
Author
- IBM
- Ported by John Price (Original OS/2 port)
- Ported by Vadim Yegorov (Current maintainer)