Jump to content

Jikes: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==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 (the Java to bytecode compiler built into Java). Note that Jikes 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.
 
The original alphaWorks version of Jikes was written by Philippe Charles and Dave Shields of the IBM T. J. Watson Research Center.
* Ported by [[John Price]] (Original OS/2 port)


==Version==
==Version==
* Latest Version: 1.22-1 (2005/02/18) - Should compile on OS/2 with John Price's header files.
''Ported by [[Vadim Yegorov]]''
* '''Latest Version for OS/2:''' 1.18 (2003/03/13) [http://hobbes.nmsu.edu/h-search.php?key=jikes.118.os2.uni.bin.zip Hobbes]
* 1.18 (2003-03-13)
* 1.19 (2004-03-05) [ftp://cyberia.dnsalias.com/pub/filebase/gfd/dev/java/jikes119.zip jikes119.zip]
* 1.22-1 (2005-02-18) - Should compile on OS/2 with John Price's header files.


==Links==
==Links==
* Official Website: [http://jikes.sourceforge.net]
* [http://jikes.sourceforge.net Official Jikes website] - On [[SourceForge]]
* [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]


==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
* IBM Public License
 
==Author==
* [[IBM]]
* Ported by [[John Price]] (Original OS/2 port)
* 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:Java]][[Category:Software written in C++]][[Category:Open Source Software]]

Latest revision as of 14:48, 22 January 2023

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.

The original alphaWorks version of Jikes was written by Philippe Charles and Dave Shields of the IBM T. J. Watson Research Center.

Version

Ported by Vadim Yegorov

  • 1.18 (2003-03-13)
  • 1.19 (2004-03-05) jikes119.zip
  • 1.22-1 (2005-02-18) - Should compile on OS/2 with John Price's header files.

Links

License

  • IBM Public License