Suggestion - use local imports in Phobos

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Jun 4 15:44:21 PDT 2013


On 6/4/13, Idan Arye <GenericNPC at gmail.com> wrote:
>   1) "It's dis­cour­ag­ing to pull in a megabyte of code bloat by
> just try­ing 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..).


More information about the Digitalmars-d mailing list