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 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 | |||
91 | games, 3D modellers, numerical simulations, trading platforms and many | 91 | games, 3D modellers, numerical simulations, trading platforms and many |
92 | other specialty applications. It combines high flexibility with high | 92 | other specialty applications. It combines high flexibility with high |
93 | performance and an unmatched <b>low memory footprint</b>: less than | 93 | performance 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> |
97 | LuaJIT has been in continuous development since 2005. It's widely | 97 | LuaJIT has been in continuous development since 2005. It's widely |