Compiler: Size of generated executable file
Walter Bright
newshound1 at digitalmars.com
Tue Jan 12 14:48:31 PST 2010
Leandro Lucarella wrote:
> NOT for everybody. I refuse to download huge programs (unless their size
> is justified).
Unfortunately, sizeof(exe + dll) == sizeof(exe) + sizeof(dll)
You'd only see savings if the user already has the dll installed, or if
you are shipping multiple exe's.
> And when it comes to embedded systems, size *do* matter.
I know.
More information about the Digitalmars-d
mailing list