aboutsummaryrefslogtreecommitdiff
path: root/doc/extensions.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/extensions.html')
-rw-r--r--doc/extensions.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/extensions.html b/doc/extensions.html
index b048f137..cb9be3f4 100644
--- a/doc/extensions.html
+++ b/doc/extensions.html
@@ -210,7 +210,8 @@ bytecode (e.g. from Lua 5.1) is incompatible and cannot be loaded.
210<p> 210<p>
211Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies 211Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies
212a different, incompatible bytecode format for ports that use this mode (e.g. 212a different, incompatible bytecode format for ports that use this mode (e.g.
213ARM64). This may be rectified in the future. 213ARM64 or MIPS64) or when explicitly enabled for x64. This may be rectified
214in the future.
214</p> 215</p>
215 216
216<h3 id="table_new"><tt>table.new(narray, nhash)</tt> allocates a pre-sized table</h3> 217<h3 id="table_new"><tt>table.new(narray, nhash)</tt> allocates a pre-sized table</h3>