lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Apr 9, 2012 at 12:19 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Only if you glue scripts *after* upx'ing them.

OK, so only the base executable is compressed?  That's fine -
personally I think it's easy to go overboard with size optimizations,
which curiously enough are _not_ memory optimizations.  Big fat 2 MB
executable without significant external dependencies launches faster
and uses less memory than 100 KB executable with dependencies; zipping
is good of course for delivering them.

steve d.