diff options
Diffstat (limited to '')
-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> |