Java compiler: Difference between revisions

Content deleted Content added
stub
stub
Line 3:
As of 2005, the following are major java compilers:
* [[javac]], including in JDK from [[Sun Microsystems]].
* [[jukesjikes]] from [[IBM]], which is written in [[C Plus Plus|C++]] and uses a variant of [[static single assignment form]] for optimization.
* [[gcj]] a part of [[gcc]] which compiles C, Fortran, Pascal and others besides Java. This can also generate native code using the back-end of gcc.