summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2012-10-16 20:13:01 +0200
committerMike Pall <mike>2012-10-16 20:13:01 +0200
commit4baa01be78e5b9132ec94763126e01d82ab56626 (patch)
tree059681f210caacb645101e39cd8a1d146e4ac3a6 /doc/luajit.html
parenta0f83f6b9610cfed1c3a3b161fe715c9548ac7e5 (diff)
downloadluajit-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.html2
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 &mdash; often by a
197substantial margin. 197substantial margin.
198</p> 198</p>
199<p> 199<p>
200For <b>LuaJIT 2.0</b> the whole VM has been rewritten from the ground up 200For <b>LuaJIT 2.0</b>, the whole VM has been rewritten from the ground up
201and relentlessly optimized for performance. It combines a <b>high-speed 201and relentlessly optimized for performance. It combines a <b>high-speed
202interpreter</b>, written in assembler, with a <b>state-of-the-art JIT 202interpreter</b>, written in assembler, with a <b>state-of-the-art JIT
203compiler</b>. 203compiler</b>.