summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
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