<?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="Optimizing compiler - Page 25 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Optimizing_compiler&amp;p=24">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Optimizing_compiler&amp;p=26">3.Next</a>
</p>
<p>may have unique properties that allow a <a href="page.php?w=fast_path">fast path</a> at the expense of a slow path. If the fast path is taken more often, the result is better overall performance.;Avoid redundancy: Reuse results that are already computed and store them for later use, instead of recomputing them.;Less code: Remove unnecessary computations and intermediate values. Less work for the CPU, cache, and memory usually results in faster execution. Alternatively, in <a href="page.php?w=embedded_systems">embedded systems</a>, less code brings</p><p>
<a accesskey="1" href="page.php?w=Optimizing_compiler&amp;p=24">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Optimizing_compiler&amp;p=26">3.Next</a>
</p>

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

</card>
</wml>
