[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Noob precompiling problem
- From: Sam Roberts <vieuxtech@...>
- Date: Tue, 10 Jan 2012 15:22:02 -0800
On Tue, Jan 10, 2012 at 3:10 PM, Martin Linklater <mslinklater@gmail.com> wrote:
> I'm using Lua5.2 with OSX Lion as my host OS and iOS as my target OS. I have
> tried a pretty trivial test and have compiled one of my lua source files
> with luac:
compiled byte-code isn't portable (well, it is within some limits, but
iphones and laptops are probably pretty different, still).
search the mailing list archives for byte code, or some variants, its
been discussed over and over.
might even be in a faq somewhere.
Sam