summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-06-23 16:17:13 +0200
committerMike Pall <mike>2011-06-23 16:17:13 +0200
commitf182559069ebcc205d1095b3624863bf87b1f362 (patch)
tree397cbd527271fe67873f58548faac7c0d3b44454 /doc/luajit.html
parent6691e72eb8ca4d4741699ae1999d2dad92d82260 (diff)
downloadluajit-f182559069ebcc205d1095b3624863bf87b1f362.tar.gz
luajit-f182559069ebcc205d1095b3624863bf87b1f362.tar.bz2
luajit-f182559069ebcc205d1095b3624863bf87b1f362.zip
Misc. updates to docs.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index 7916b6c9..28ebff61 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -91,7 +91,7 @@ LuaJIT has been successfully used as a <b>scripting middleware</b> in
91games, 3D modellers, numerical simulations, trading platforms and many 91games, 3D modellers, numerical simulations, trading platforms and many
92other specialty applications. It combines high flexibility with high 92other specialty applications. It combines high flexibility with high
93performance and an unmatched <b>low memory footprint</b>: less than 93performance and an unmatched <b>low memory footprint</b>: less than
94<b>120K</b> for the VM plus less than <b>80K</b> for the JIT compiler (on x86). 94<b>125K</b> for the VM plus less than <b>85K</b> for the JIT compiler (on x86).
95</p> 95</p>
96<p> 96<p>
97LuaJIT has been in continuous development since 2005. It's widely 97LuaJIT has been in continuous development since 2005. It's widely