diff options
author | Mike Pall <mike> | 2017-01-17 12:21:12 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2017-01-17 12:21:12 +0100 |
commit | c94b921f924c1b37fea52e34f4e01ba8b37d77d0 (patch) | |
tree | b02593a07489fe04092ecc03a1e7d30c2a36af90 /doc/extensions.html | |
parent | c1981676907cedde9ffe2bbdfb28d2f786ff69d9 (diff) | |
download | luajit-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.html | 3 |
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> |
211 | Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies | 211 | Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies |
212 | a different, incompatible bytecode format for ports that use this mode (e.g. | 212 | a different, incompatible bytecode format for ports that use this mode (e.g. |
213 | ARM64). This may be rectified in the future. | 213 | ARM64 or MIPS64) or when explicitly enabled for x64. This may be rectified |
214 | in 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> |