[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: (no subject)
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 3 Feb 2014 15:16:44 +0200
On Mon, Feb 3, 2014 at 2:24 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> http://lua-users.org/lists/lua-l/2012-02/msg00609.html
This is Jay Carlson's soar, which I maintain as part of luabuild:
https://github.com/stevedonovan/luabuild
which is a self-contained Lua 5.2 binary generator
soar doesn't use luac approach, but packs all needed source together
into one file, after doing static or dynamic analysis: lhf's srlua is
then used to glue this onto a custom 5.2 executable.