diff options
author | Mike Pall <mike> | 2015-08-25 00:17:07 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-08-25 00:17:07 +0200 |
commit | 718af62ecf2d43b959b93c945926e9084a55b7b4 (patch) | |
tree | 8845abe270185b9b46bdbbe221ec35d4987a2086 /doc | |
parent | 9d185672c9200a57363f62160ee62d1db98e84dd (diff) | |
download | luajit-718af62ecf2d43b959b93c945926e9084a55b7b4.tar.gz luajit-718af62ecf2d43b959b93c945926e9084a55b7b4.tar.bz2 luajit-718af62ecf2d43b959b93c945926e9084a55b7b4.zip |
Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/extensions.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extensions.html b/doc/extensions.html index 3122051d..84ca5ce4 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -207,6 +207,11 @@ for dot releases (x.y.0 → x.y.1), but may change with major or | |||
207 | minor releases (2.0 → 2.1) or between any beta release. Foreign | 207 | minor releases (2.0 → 2.1) or between any beta release. Foreign |
208 | bytecode (e.g. from Lua 5.1) is incompatible and cannot be loaded. | 208 | bytecode (e.g. from Lua 5.1) is incompatible and cannot be loaded. |
209 | </p> | 209 | </p> |
210 | <p> | ||
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. | ||
213 | ARM64). This may be rectified in the future. | ||
214 | </p> | ||
210 | 215 | ||
211 | <h3 id="table_new"><tt>table.new(narray, nhash)</tt> allocates a pre-sized table</h3> | 216 | <h3 id="table_new"><tt>table.new(narray, nhash)</tt> allocates a pre-sized table</h3> |
212 | <p> | 217 | <p> |