diff options
author | Mike Pall <mike> | 2010-03-19 21:01:14 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-19 21:01:14 +0100 |
commit | 8e20b030ac3cf15b3672fa9b8ce413a595f75e01 (patch) | |
tree | 38532f2f7a80ef78f145146b225112874a8ab26d /doc/luajit.html | |
parent | 5c8f1f2594a26df5f1be6cd95bc2fecfeed372e9 (diff) | |
download | luajit-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.html | 5 |
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">»</span></a> | ||
39 | </li><li> | ||
38 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 40 | <a href="http://luajit.org/download.html">Download <span class="ext">»</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. | |||
94 | An innovative <b>trace compiler</b> is integrated with advanced, | 96 | An innovative <b>trace compiler</b> is integrated with advanced, |
95 | SSA-based optimizations and a highly tuned code generation backend. This | 97 | SSA-based optimizations and a highly tuned code generation backend. This |
96 | allows a substantial reduction of the overhead associated with dynamic | 98 | allows a substantial reduction of the overhead associated with dynamic |
97 | language features. It's destined to break into the performance range | 99 | language features. It's destined to break into the |
100 | <a href="http://luajit.org/performance.html"><span class="ext">»</span> performance</a> range | ||
98 | traditionally reserved for offline, static language compilers. | 101 | traditionally reserved for offline, static language compilers. |
99 | </p> | 102 | </p> |
100 | 103 | ||