LJ_GC64: Add build options and install instructions.

This commit is contained in:
Mike Pall
2017-01-17 12:21:12 +01:00
parent c198167690
commit c94b921f92
4 changed files with 22 additions and 7 deletions

View File

@@ -210,7 +210,8 @@ bytecode (e.g. from Lua 5.1) is incompatible and cannot be loaded.
<p>
Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies
a different, incompatible bytecode format for ports that use this mode (e.g.
ARM64). This may be rectified in the future.
ARM64 or MIPS64) or when explicitly enabled for x64. This may be rectified
in the future.
</p>
<h3 id="table_new"><tt>table.new(narray, nhash)</tt> allocates a pre-sized table</h3>