Alternative linker win32/64

Walter Bright newshound2 at digitalmars.com
Thu Feb 24 10:41:23 PST 2011


Sebastian Schuberth wrote:
> On 18.02.2011 11:00, Dmitry Olshansky wrote:
> 
>> The nice thing is reduction in half of the resulting binary size.
> 
> That's indeed nice! The unnecessarily huge size of binaries created with 
> D / Optlink was in fact something hindering me to use D at all!

I'm sure that linker is doing it by writing compressed exe's. This means that it 
has the same memory footprint, and it loads slower because it must be 
decompressed. Also, if you store it in a zip file, the zip file won't be any 
smaller because recompressing compressed data doesn't make it smaller.


More information about the Digitalmars-d-announce mailing list