Thread overview
simple newbie question
Nov 22, 2015
fred
Nov 22, 2015
fred
Nov 22, 2015
Adam D. Ruppe
Nov 22, 2015
Adam D. Ruppe
November 22, 2015
Hi.
Dll or shared library is important feature of software development.
So why most d library still static link.
I am sorry for my stupid question.

Thanks.
November 22, 2015
How to generate temporary files so compilation time speeds up.
Normal compilation only produce obj, exe.

If what i mean is that if we compile the files that  unchanged, dmd will look for that temporary files instead of .d files.
November 22, 2015
On Sunday, 22 November 2015 at 09:41:42 UTC, fred wrote:
> So why most d library still static link.

It generally results in smaller and faster distributions and less hassle for the typical D use case today.
November 22, 2015
On Sunday, 22 November 2015 at 09:55:10 UTC, fred wrote:
> How to generate temporary files so compilation time speeds up.
> Normal compilation only produce obj, exe.
>
> If what i mean is that if we compile the files that  unchanged, dmd will look for that temporary files instead of .d files.

The .d and .obj files are already designed so compilation speed is high.