diff options
author | Mike Pall <mike> | 2019-12-08 21:21:30 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2019-12-08 21:21:30 +0100 |
commit | bd00094c3b50e193fb32aad79b7ea8ea6b78ed25 (patch) | |
tree | ce9a51d4a295e76a00f98351348bbbe03f2aa86d /doc/extensions.html | |
parent | 70f4b15ee45a6137fe6b48b941faea79d72f7159 (diff) | |
download | luajit-bd00094c3b50e193fb32aad79b7ea8ea6b78ed25.tar.gz luajit-bd00094c3b50e193fb32aad79b7ea8ea6b78ed25.tar.bz2 luajit-bd00094c3b50e193fb32aad79b7ea8ea6b78ed25.zip |
x64: Enable LJ_GC64 mode by default.
Diffstat (limited to 'doc/extensions.html')
-rw-r--r-- | doc/extensions.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/extensions.html b/doc/extensions.html index 6d3518ea..35bd6c92 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -208,9 +208,8 @@ bytecode (e.g. from Lua 5.1) is incompatible and cannot be loaded. | |||
208 | </p> | 208 | </p> |
209 | <p> | 209 | <p> |
210 | Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies | 210 | Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies |
211 | a different, incompatible bytecode format for ports that use this mode (e.g. | 211 | a different, incompatible bytecode format for all 64 bit ports. This may be |
212 | ARM64 or MIPS64) or when explicitly enabled for x64. This may be rectified | 212 | rectified in the future. |
213 | in the future. | ||
214 | </p> | 213 | </p> |
215 | 214 | ||
216 | <h3 id="table_new"><tt>table.new(narray, nhash)</tt> allocates a pre-sized table</h3> | 215 | <h3 id="table_new"><tt>table.new(narray, nhash)</tt> allocates a pre-sized table</h3> |