Jikes: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
==Version== | ==Version== | ||
* Latest Version: Jikes 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. | ||
* | * [http://hobbes.nmsu.edu/download/pub/os2/dev/32-bit/jikes.118.os2.uni.bin.zip Jikes 1.18] (2003-03-13) | ||
* [ftp://cyberia.dnsalias.com/pub/filebase/gfd/dev/java/jikes119.zip Jikes 1.19] (2004) | |||
==Links== | ==Links== | ||
* [http://jikes.sourceforge.net Official Jikes website] - On [[SourceForge]] | * [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] | ||
* Bobby Wolf: [https://www.ibm.com/developerworks/community/blogs/woolf/entry/j2se_jikes_a_better_java?lang=en 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 | |||
==License== | ==License== |
Revision as of 23:09, 25 October 2017
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.
- Jikes 1.18 (2003-03-13)
- Jikes 1.19 (2004)
Links
- Official Jikes website - On SourceForge
- John Price's Jikes page
- 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)