summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
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