Skip to content

Commit

Permalink
Making spelling of JaegerMonkey consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozten committed Mar 21, 2011
1 parent bc2e182 commit 8304b29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demos/dashboard/demo.html
Expand Up @@ -670,7 +670,7 @@ <h1>Compositing acceleration</h1>
<article>
<h1>Javascript engine</h1>
<p>Firefox's Javascript Engine is named "SpiderMonkey". To compete with platform-native application, JavaScript execution speed is crucial. SpiderMonkey brings two different optimizations:
<ul><li><strong>TraceMonkey</strong></li><li><strong>JaëgerMonkey</strong></li></ul></p>
<ul><li><strong>TraceMonkey</strong></li><li><strong>JaegerMonkey</strong></li></ul></p>

<a href="https://developer.mozilla.org/en/spidermonkey" title="documentation">learn more</a>
</article>
Expand All @@ -682,9 +682,9 @@ <h1>TraceMonkey</h1>
</article>

<article>
<h1>Jägermonkey</h1>
<p>JaëgerMonkey is a new method <abbr title="just-in-time compiler">JIT</abbr> for SpiderMonkey. The goal is to get reliable baseline performance on the order of other JS <abbr title="just-in-time compiler">JIT</abbr> systems. Jägermonkey will be a baseline whole-method <abbr title="just-in-time compiler">JIT</abbr> that doesn't necessarily do many traditional compiler optimizations. Instead, it does dynamic-language-JIT-oriented optimizations like PICs and specialization of constant operands.</p>
<a href="https://hacks.mozilla.org/2010/03/improving-javascript-performance-with-jagermonkey/" title="documentation">learn more</a>
<h1>JaegerMonkey</h1>
<p>JaegerMonkey is a new method <abbr title="just-in-time compiler">JIT</abbr> for SpiderMonkey. The goal is to get reliable baseline performance on the order of other JS <abbr title="just-in-time compiler">JIT</abbr> systems. JaegerMonkey will be a baseline whole-method <abbr title="just-in-time compiler">JIT</abbr> that doesn't necessarily do many traditional compiler optimizations. Instead, it does dynamic-language-JIT-oriented optimizations like PICs and specialization of constant operands.</p>
<a href="https://hacks.mozilla.org/2010/03/improving-javascript-performance-with-jagerMonkey/" title="documentation">learn more</a>
</article>

<article>
Expand Down

0 comments on commit 8304b29

Please sign in to comment.