Add links to interactive performance comparison to offline docs.

This commit is contained in:
Mike Pall
2010-03-19 21:01:14 +01:00
parent 5c8f1f2594
commit 8e20b030ac
8 changed files with 18 additions and 1 deletions

View File

@@ -35,6 +35,8 @@
</li><li>
<a href="faq.html">FAQ</a>
</li><li>
<a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
</li><li>
<a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
</li></ul>
</div>
@@ -94,7 +96,8 @@ written in assembler, with a state-of-the-art JIT compiler.
An innovative <b>trace compiler</b> is integrated with advanced,
SSA-based optimizations and a highly tuned code generation backend. This
allows a substantial reduction of the overhead associated with dynamic
language features. It's destined to break into the performance range
language features. It's destined to break into the
<a href="http://luajit.org/performance.html"><span class="ext">&raquo;</span>&nbsp;performance</a> range
traditionally reserved for offline, static language compilers.
</p>