[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Squish 0.2.0 - now with 87.2% more compression!
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 10 Oct 2010 18:52:50 +0200
On Sun, Oct 10, 2010 at 6:34 PM, KHMan <keinhong@gmail.com> wrote:
> Nice work. I lust for full program transformation... :-)
Yes, it is impressive that my attempts at bloatware can be tamed!
But of course it would be a very unusual program that managed to
_reference_ all of a big library, so the cool thing is that the
resulting squished program carries no dead code (or very little). A
case where 'static linking' makes a lot of sense.
It would be a cool idea to assemble a kit which could build a custom
Lua interpreter with various necessary libraries like luafilesystem,
luasocket, etc built in, depending on configuration.
Combine this with srlua and you get compact standalone executables
steve d.