[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaBinaries and the RTL DLL for 5.2
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 15 Jan 2010 13:42:46 +0200
On Fri, Jan 15, 2010 at 1:33 PM, Jerome Vuarand
<jerome.vuarand@gmail.com> wrote:
> The drawback is size. I made a comparison with VC9. With dynamic libc
> (MSVCR90.DLL), the lua52.dll and lua.exe files are respectively 205kiB
> and 12kiB big. With static libc they are respectively 405kiB and
> 75kiB.
That's not too bad. I'm more worried about C extensions and their
runtime dependencies. Statically linking them all will make a big
difference in overall size.