DMD 1.030 and 2.014 releases
    Julio César Carrascal Urquijo 
    jcarrascal at gmail.com
       
    Mon May 19 15:38:26 PDT 2008
    
    
  
Great stuff Walter. Thanks
Walter Bright wrote:
> The library build option has another major coolness feature - before,
> one module compiles to one object file. With library build, one source
> file can compile to multiple object files. This cuts down on
> executable bloat from pulling in object files with irrelevant stuff in
> them.
On question, though. How does DMD decide to split a module in servera .obj 
files? By class or once a threshold is reached?
    
    
More information about the Digitalmars-d-announce
mailing list