diff options
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 | ||
