lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 25.09.2017 17:35, Charles Heywood wrote:
Bytecode is definitely not portable across Lua versions and probably not portable across architectures.

On Mon, Sep 25, 2017, 10:21 AM Frank Kastenholz <fkastenholz@verizon.net> wrote:

Regarding a mime type for bytecode...

Is bytecode portable across all Lua versions, operating systems (and releases), and processors ... or ... will byte code generated on a windows/intel/little endian machine work on an embedded-os/PowerPC/big-endian machine?

Frank



--
--
Ryan | Charles <vandor2012@gmail.com>
Software Developer / System Administrator
From my experience Lua 5.2 bytecode is definitely not portable between 32bit and 64bit architectures and not portable between big and little endian systems.
--
Thomas