From b760add618ea98f3b71290ce88d32718401aa67f Mon Sep 17 00:00:00 2001
From: Mike Pall
+
This page gives a short introduction to the usage of the FFI library. -Please use the FFI sub-topics in the navigation bar to learn more. -
+Please use the FFI sub-topics in the navigation bar to learn more. +diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index b612dbc5..624f9efe 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -80,7 +80,7 @@ applications using the LuaJIT FFI for developers with a C or C++ background.
-Please note: this is the first public release of the FFI library. This +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 diff --git a/doc/faq.html b/doc/faq.html index 8de8c3f1..b28a72cf 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -152,9 +152,10 @@ The compiler will happily optimize away such indirections.
The build system has a special target for an amalgamated build, i.e. diff --git a/doc/luajit.html b/doc/luajit.html index 5f01eaf4..7916b6c9 100644 --- a/doc/luajit.html +++ b/doc/luajit.html @@ -79,8 +79,8 @@ standard Lua interpreter and can be deployed as a drop-in replacement.
LuaJIT offers more performance, at the expense of portability. It currently runs on all popular operating systems based on -x86 or x64 CPUs (Linux, Windows, OSX etc.) or embedded Linux -systems based on PPC/e500v2 CPUs. +x86 or x64 CPUs (Linux, Windows, OSX etc.) or embedded +systems based on ARM (Android, iOS) or PPC/e500v2 CPUs. Other platforms will be supported in the future, based on user demand and sponsoring.