lua-users home
lua-l archive

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


On 6/2/05, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> We're thinking of dropping the support for handling non-native byteorder
> when loading precompiled chunks. Would this be a disaster to you?
> --lhf
> 

I would suggest dropping the handling support, but keeping the header
field necessary to identify the byte ordering. That way, if someone
really wants, they can write their own swizzling tool. (And,
hopefully, release it to the rest of us.)

Ben