[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua idea
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 9 Apr 2012 14:28:48 +0200
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.