Java compiler: Difference between revisions

Content deleted Content added
No edit summary
m Reverted 1 edit by 180.151.194.107 (talk) to last revision by 96.253.80.100. (TW)
Line 1:
{{No footnotes|date=July 2013}}
A '''Java Ajazcompiler''' is a [[compiler]] for the [[Java (programming language)|Java programming language]]. The most common form of output from a Java compiler is [[Java class file]]s containing platform-neutral [[Java bytecode]], but there are also compilers that emit optimized [[Machine code|native machine code]] for a particular hardware/[[operating system]] combination.
 
Most Java-to-bytecode compilers, [[Jikes]] being a well known exception, do virtually no [[Optimization (computer science)|optimization]], leaving this until [[Run time (program lifecycle phase)|run time]] to be done by the [[JRE]]{{Citation needed|date=April 2007}}.