Java compiler: Difference between revisions

Content deleted Content added
m Robot-assisted disambiguation (you can help!): Java programming language
m Robot-assisted disambiguation (you can help!): C programming language
Line 4:
* Javac, included in [[Java Development Kit|JDK]] from [[Sun Microsystems]].
* [[Jikes]], an [[open source]] compiler from [[IBM]], which is written in [[C++]] and uses a variant of [[static single assignment form]] for optimization.
* [[GCJ]], a part of [[GNU Compiler Collection|gcc]] which compiles [[C (programming language)|C]], [[Fortran]], [[Pascal programming language|Pascal]] and other [[programming language]]s besides Java. It can also generate [[native code]] using the back-end of gcc.
* ECJ, the Eclipse Compiler for Java, is an open source incremental compiler used by the [[Eclipse (software)|Eclipse]] JDT.