aboutsummaryrefslogtreecommitdiff
path: root/doc/extensions.html
diff options
context:
space:
mode:
authorMike Pall <mike>2017-01-17 12:21:12 +0100
committerMike Pall <mike>2017-01-17 12:21:12 +0100
commitc94b921f924c1b37fea52e34f4e01ba8b37d77d0 (patch)
treeb02593a07489fe04092ecc03a1e7d30c2a36af90 /doc/extensions.html
parentc1981676907cedde9ffe2bbdfb28d2f786ff69d9 (diff)
downloadluajit-c94b921f924c1b37fea52e34f4e01ba8b37d77d0.tar.gz
luajit-c94b921f924c1b37fea52e34f4e01ba8b37d77d0.tar.bz2
luajit-c94b921f924c1b37fea52e34f4e01ba8b37d77d0.zip
LJ_GC64: Add build options and install instructions.
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>