summaryrefslogtreecommitdiff
path: root/doc/extensions.html
diff options
context:
space:
mode:
authorMike Pall <mike>2019-12-08 21:21:30 +0100
committerMike Pall <mike>2019-12-08 21:21:30 +0100
commitbd00094c3b50e193fb32aad79b7ea8ea6b78ed25 (patch)
treece9a51d4a295e76a00f98351348bbbe03f2aa86d /doc/extensions.html
parent70f4b15ee45a6137fe6b48b941faea79d72f7159 (diff)
downloadluajit-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.html5
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>
210Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies 210Note: <tt>LJ_GC64</tt> mode requires a different frame layout, which implies
211a different, incompatible bytecode format for ports that use this mode (e.g. 211a different, incompatible bytecode format for all 64 bit ports. This may be
212ARM64 or MIPS64) or when explicitly enabled for x64. This may be rectified 212rectified in the future.
213in 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>