[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua bytecodes and endian-ness
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 10 Jun 2006 19:24:20 -0300
> I didn't realise that endianess was an issue with lua.
It wasn't until 5.0 but this changed in 5.1. Sorry.
> It sounds like we've got to have multiple compiled versions of code at
> the host for each endian type then ... ?
If endianness is the only difference in the clients, then you can use
the lundump.c that I posted earlier today.
--lhf