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..).
