lua-users home
lua-l archive

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


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.