diff options
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 9ab12899..5d021355 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -197,7 +197,7 @@ cross-language benchmarks since its first release — often by a | |||
197 | substantial margin. | 197 | substantial margin. |
198 | </p> | 198 | </p> |
199 | <p> | 199 | <p> |
200 | For <b>LuaJIT 2.0</b> the whole VM has been rewritten from the ground up | 200 | For <b>LuaJIT 2.0</b>, the whole VM has been rewritten from the ground up |
201 | and relentlessly optimized for performance. It combines a <b>high-speed | 201 | and relentlessly optimized for performance. It combines a <b>high-speed |
202 | interpreter</b>, written in assembler, with a <b>state-of-the-art JIT | 202 | interpreter</b>, written in assembler, with a <b>state-of-the-art JIT |
203 | compiler</b>. | 203 | compiler</b>. |