Re: Lua bytecodes and endian-ness
[
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: 2006年6月13日 08:16:41 -0300
> This does mean that you'd have to freeze and document some part of the
> Lua internals to give a stable interface for the user's implementation
> of dump/undump.
I don't think so. The internals of dump/undump are pretty simple.
> Otherwise it would be annoying to have to re-implement
> it for every Lua release.
A bit annoying, yes. But Lua releases do not happen frequently...
Moreover, the number of useful dump/undump is not too large and ideally
each such pair would have a maintainer that would do the work each time
it is needed.
--lhf