diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index 56ea58b2..aff7e162 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -80,11 +80,10 @@ applications using the LuaJIT FFI for developers with a C or C++ background.
-Please note: this is an early public release of the FFI library. This -does not comprise the final specification for the FFI semantics, yet. -Some of the semantics may need to be changed, based on feedback from -developers. Please report any problems you -may encounter or any improvements you'd like to see — thank you! +Please note: this doesn't comprise the final specification for the FFI +semantics, yet. Some semantics may need to be changed, based on your +feedback. Please report any problems you may +encounter or any improvements you'd like to see — thank you!
Other missing features: @@ -1000,7 +1001,6 @@ Other missing features:
+Note: the JIT compiler is disabled for iOS, because regular iOS Apps +are not allowed to generate code at runtime. You'll only get the performance +of the LuaJIT interpreter on iOS. This is still faster than plain Lua, but +much slower than the JIT compiler. Please complain to Apple, not me. +Or use Android. :-p +
ISDK=/Developer/Platforms/iPhoneOS.platform/Developer ISDKVER=iPhoneOS4.3.sdk 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 scripting middleware in games, 3D modellers, numerical simulations, trading platforms and many other specialty applications. It combines high flexibility with high performance and an unmatched low memory footprint: less than -120K for the VM plus less than 80K for the JIT compiler (on x86). +125K for the VM plus less than 85K for the JIT compiler (on x86).LuaJIT has been in continuous development since 2005. It's widely diff --git a/doc/status.html b/doc/status.html index c8366488..d386e1aa 100644 --- a/doc/status.html +++ b/doc/status.html @@ -81,7 +81,7 @@ This is a list of the things you should know about the LuaJIT 2.0 beta test: