Speeding up compilation of template-heavy code
    drathier 
    forum.dlang.org at fi.fo
       
    Sat Feb 22 12:24:56 UTC 2020
    
    
  
On Saturday, 22 February 2020 at 11:53:38 UTC, Dennis wrote:
> On Saturday, 22 February 2020 at 11:26:19 UTC, Per Nordlöw 
> wrote:
>> Is there a dmd flag that shows the code after template 
>> instantiations has been performed?
>
> The -vcg-ast flag does that.
The d.cg files still contain templates, so it appears like 
they're instantiated after -vcg-ast?
    
    
More information about the Digitalmars-d-learn
mailing list