From 718af62ecf2d43b959b93c945926e9084a55b7b4 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 25 Aug 2015 00:17:07 +0200 Subject: [PATCH] Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2. --- doc/extensions.html | 5 +++++ 1 file changed, 5 insertions(+) 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 minor releases (2.0 → 2.1) or between any beta release. Foreign bytecode (e.g. from Lua 5.1) is incompatible and cannot be loaded.

+

+Note: LJ_GC64 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. +

table.new(narray, nhash) allocates a pre-sized table