[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: binary file portability?
- From: Chris <coderight@...>
- Date: Tue, 19 Aug 2008 23:17:46 -0400
There is also an issue with how the internal string lengths are
stored. It uses the "size_t" type which can mean different things
depending on a variety of things (even on similar architectures).
Requires changes in ldump.c and lundump.c if I remember correctly. In
fact we added a #define in luaconf.h so that this type can easily be
set.
CR
On Tue, Aug 19, 2008 at 8:25 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> Am I correct to assume that the architectures must also have the same
>> floating point format
>
> Yes.
>
>> and character encoding?
>
> Probably.
>
>> Are there any other portability considerations?
>
> I don't remember anything else.
>