[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] amalgamated compilation for Lua 5.3
- From: Tim Hill <drtimhill@...>
- Date: Mon, 12 Jan 2015 18:22:21 -0800
> On Jan 12, 2015, at 4:23 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> 
> A tiny package for amalgamated compilation of Lua 5.3 is now available at
> 	http://www.lua.org/extras/5.3/one.tar.gz
> 
> It includes three files: Makefile, README, and one.c.
> 
> Here is the README:
> 
>    ---------------------------------------------------------------------
> 
> This code builds Lua 5.3 as a single file. This reduces the public symbols
> to the official C API and gives the compiler more room for optimization.
> 
> 
> All feedback welcome. Enjoy.
> --lhf
> 
I really like amalgamations (for the reasons you note). Is this an “official” release of Lua, or a one-off/experimental re-packaging?
—Tim