Jikes: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
Jikes is an open source, strictly [[Java]] compatible, high performance compiler. Note that it 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== | ||
Line 15: | Line 15: | ||
==Author== | ==Author== | ||
* [[IBM]] | * [[IBM]] | ||
* Ported by [[ | * Ported by [[John Price]] (Original OS/2 port) | ||
* Ported by [[Vadim Yegorov]] (Current maintainer) | * Ported by [[Vadim Yegorov]] (Current maintainer) | ||
[[Category:Tools]][[Category:Java]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Software written in C++]][[Category:Open Source Software]] | [[Category:Tools]][[Category:Java]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Software written in C++]][[Category:Open Source Software]] |
Revision as of 04:39, 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
- Official Website: [1]
- John Price's Jikes page
License
- Open Source - IBM Public License
Author
- IBM
- Ported by John Price (Original OS/2 port)
- Ported by Vadim Yegorov (Current maintainer)