Lib change leads to larger executables
    Walter Bright 
    newshound at digitalmars.com
       
    Wed Feb 21 11:13:38 PST 2007
    
    
  
kris wrote:
> _D12TypeInfo_AAa6__initZ    COMDAT flags=x0 attr=x10 align=x0
TypeInfo's don't get the module prefix because it would cause 
duplication of code (i.e. bloat) to have it that way. There is no 
difference between the TypeInfo for char[][] in one module, and the 
TypeInfo for char[][] in another, so the TypeInfo names should match 
exactly.
    
    
More information about the Digitalmars-d
mailing list