diff options
author | Mike Pall <mike> | 2011-06-23 16:17:13 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-06-23 16:17:13 +0200 |
commit | f182559069ebcc205d1095b3624863bf87b1f362 (patch) | |
tree | 397cbd527271fe67873f58548faac7c0d3b44454 /doc/luajit.html | |
parent | 6691e72eb8ca4d4741699ae1999d2dad92d82260 (diff) | |
download | luajit-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.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 |