D as a Better C
    Jacob Carlborg via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Thu Aug 24 07:15:20 PDT 2017
    
    
  
On 2017-08-24 02:55, H. S. Teoh via Digitalmars-d-announce wrote:
> One thing that would help is if things like TypeInfo, ModuleInfo, etc.,
> are only emitted on-demand
I think that would be quite difficult if we want to keep all the 
existing features. Combining separate compilation, runtime reflection 
and similar features make it difficult to know when a Type/ModuleInfo is 
used.
-- 
/Jacob Carlborg
    
    
More information about the Digitalmars-d-announce
mailing list