diff options
author | Mike Pall <mike> | 2012-10-16 20:13:01 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-10-16 20:13:01 +0200 |
commit | 4baa01be78e5b9132ec94763126e01d82ab56626 (patch) | |
tree | 059681f210caacb645101e39cd8a1d146e4ac3a6 /doc/luajit.html | |
parent | a0f83f6b9610cfed1c3a3b161fe715c9548ac7e5 (diff) | |
download | luajit-2.0.0-beta11.tar.gz luajit-2.0.0-beta11.tar.bz2 luajit-2.0.0-beta11.zip |
RELEASE LuaJIT-2.0.0-beta11v2.0.0-beta11
Diffstat (limited to '')
-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>. |