DMD producing huge binaries

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri May 20 14:08:02 PDT 2016


On 5/20/2016 1:49 PM, Dicebot wrote:
> The question is: is it actually good for them to be reproducible?

1. yes, because the same type can be generated from multiple compilation units 
(the linker removes the duplicates - if they're not duplicates, the linker won't 
remove them).

2. having the compiler produce different .o files on different runs with the 
same inputs is pretty eyebrow raising, and makes it harder to debug the 
compiler, and harder to have a test suite for the compiler.



More information about the Digitalmars-d mailing list