Linking is the slowest part of D's compilation process– can we use mold to speed it up?

Imperatorn johan_forsberg_86 at hotmail.com
Wed Feb 24 20:05:17 UTC 2021


On Tuesday, 23 February 2021 at 14:41:59 UTC, James Lu wrote:
> Linking is the slowest part of D's compilation process. It is 
> what makes its compilation speed uncompetitive with 
> interrpreted scripting languages like Python and JavaScript.
>
> This project to make a faster linker is in alpha: 
> https://github.com/rui314/mold
>
>> [...]
>
>> [...]

Have you looked at gold or lld?


More information about the Digitalmars-d mailing list