Executable size affected by module count?

Walter Bright newshound at digitalmars.com
Wed Jan 24 13:09:58 PST 2007


kris wrote:
> There's no real surprise that this would happen, but it's the actual 
> difference that is cause for a little concern -- it appears that each 
> module consumes 512 bytes minimum. This may actually be a linker thing, 
> but perhaps not?

The way to see what's in an object file is to run obj2asm on it. It'll 
show exactly what's submitted to the linker.




More information about the Digitalmars-d mailing list