lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo wrote:
Isn't there some sort of issue with bytecode endianness that has to be
overcome, or are y'all not distributing bytecode?

They're probably using a modified bytecode loader that does byte swap.
Here is a patch and a complete lundump.c that does that.

Lovely!

--adam