Speeding up compilation of template-heavy code

Seb seb at wilzba.ch
Sat Feb 22 12:04:51 UTC 2020


On Saturday, 22 February 2020 at 11:26:19 UTC, Per Nordlöw wrote:
> We're looking for a way to speed up compilation of 
> template-heavy code. So we are trying to find out which parts 
> of the code that is most costly to compile.
>
> Is there a dmd flag that shows the code after template 
> instantiations has been performed? Or some other dmd flag that 
> can help out finding hot-spots in the compiler in our case.

https://github.com/CyberShadow/dmdprof


More information about the Digitalmars-d-learn mailing list