[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: about bytecode & lua 5.2
- From: Rob Kendrick <rjek@...>
- Date: Thu, 23 Oct 2014 11:18:09 +0100
On Thu, Oct 23, 2014 at 06:13:52PM +0800, 曾磊 wrote:
> 6, a-x86.luac & a-x65.luac are Different!!!
It has never been a design goal of Lua to have portable byte code
between architectures, as far as I am aware.
> 9, My solution is to modify the type of the string's length.
> It's from size_t to unsigned int.
Sadly I don't think this is the solution!
B.