summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-03-19 21:01:14 +0100
committerMike Pall <mike>2010-03-19 21:01:14 +0100
commit8e20b030ac3cf15b3672fa9b8ce413a595f75e01 (patch)
tree38532f2f7a80ef78f145146b225112874a8ab26d /doc/luajit.html
parent5c8f1f2594a26df5f1be6cd95bc2fecfeed372e9 (diff)
downloadluajit-8e20b030ac3cf15b3672fa9b8ce413a595f75e01.tar.gz
luajit-8e20b030ac3cf15b3672fa9b8ce413a595f75e01.tar.bz2
luajit-8e20b030ac3cf15b3672fa9b8ce413a595f75e01.zip
Add links to interactive performance comparison to offline docs.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index fce49a68..90cd9997 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -35,6 +35,8 @@
35</li><li> 35</li><li>
36<a href="faq.html">FAQ</a> 36<a href="faq.html">FAQ</a>
37</li><li> 37</li><li>
38<a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
39</li><li>
38<a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a> 40<a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
39</li></ul> 41</li></ul>
40</div> 42</div>
@@ -94,7 +96,8 @@ written in assembler, with a state-of-the-art JIT compiler.
94An innovative <b>trace compiler</b> is integrated with advanced, 96An innovative <b>trace compiler</b> is integrated with advanced,
95SSA-based optimizations and a highly tuned code generation backend. This 97SSA-based optimizations and a highly tuned code generation backend. This
96allows a substantial reduction of the overhead associated with dynamic 98allows a substantial reduction of the overhead associated with dynamic
97language features. It's destined to break into the performance range 99language features. It's destined to break into the
100<a href="http://luajit.org/performance.html"><span class="ext">&raquo;</span>&nbsp;performance</a> range
98traditionally reserved for offline, static language compilers. 101traditionally reserved for offline, static language compilers.
99</p> 102</p>
100 103