On Tue, 04 Jun 2013 18:44:21 -0400, Andrej Mitrovic <[email protected]> wrote:

On 6/4/13, Idan Arye <[email protected]> wrote:
  1) "It's discouraging to pull in a megabyte of code bloat by
just trying to read a file into an array of bytes."

Isn't this the linker's job? If nothing in an import is used, I would
expect no code to be linked into the exectuable (well, except maybe
module constructors..).

If the module contains static ctors, those may thwart any efforts by the linker.

-Steve

Reply via email to