executable size

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Dec 20 09:28:10 PST 2010


On 12/20/10, Steven Schveighoffer <schveiguy at yahoo.com> wrote:
> The reality is that
> executable size *does* matter, and it always will.  Smaller programs load
> and run faster.

Smaller programs, as in *less code*? Yes. But I really doubt that an
application with the *exact same code* is faster if it's executable
size shrinks. There are some apps that specialize in shrinking an
executable size, I know that.

I'd really like to see some performance comparisons of two copies of
the same app, one with the original exe size, and the other processed
by an exe shrinker.


More information about the Digitalmars-d mailing list