<?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="Just-in-time compilation - Page 20 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=just-in-time_compilation&amp;p=19">1.Previous</a><br />
<a accesskey="3" href="page.php?w=just-in-time_compilation&amp;p=21">3.Next</a>
</p>
<p>a lot of data in this contextually huge file.</p>

<p>One possible optimization, used by Sun's <a href="page.php?w=HotSpot">HotSpot</a> Java virtual machine, is to combine interpretation and JIT compilation. The application code is initially interpreted, but the JVM monitors which sequences of <a href="page.php?w=bytecode">bytecode</a> are frequently executed and translates them to machine code for direct execution on the hardware. For bytecode which is executed only a few times, this saves the compilation time and reduces the initial latency;</p><p>
<a accesskey="1" href="page.php?w=just-in-time_compilation&amp;p=19">1.Previous</a><br />
<a accesskey="3" href="page.php?w=just-in-time_compilation&amp;p=21">3.Next</a>
</p>

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

</card>
</wml>
