<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Bytecode - Page 6 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=bytecode&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=bytecode&amp;p=7">3.Next</a>
</p>
<p>code is typically stored in bytecode format, which is typically then JIT compiled to translate the bytecode to machine code before execution. This introduces a delay before a program is run, when the bytecode is compiled to native machine code, but improves execution speed considerably compared to interpreting source code directly, normally by around an order of magnitude (10x).</p>

<p>Because of its performance advantage, today many language implementations execute a program in two phases, first compiling the source code into bytecode, and</p><p>
<a accesskey="1" href="page.php?w=bytecode&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=bytecode&amp;p=7">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
