www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - simple newbie question

reply fred <fred.smeagol gmail.com> writes:
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.
Nov 22 2015
next sibling parent reply fred <fred.smeagol gmail.com> writes:
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.
Nov 22 2015
parent Adam D. Ruppe <destructionator gmail.com> writes:
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.
Nov 22 2015
prev sibling parent Adam D. Ruppe <destructionator gmail.com> writes:
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.
Nov 22 2015