digitalmars.D.learn - simple newbie question
- fred (6/6) Nov 22 2015 Hi.
- fred (4/4) Nov 22 2015 How to generate temporary files so compilation time speeds up.
- Adam D. Ruppe (3/7) Nov 22 2015 The .d and .obj files are already designed so compilation speed
- Adam D. Ruppe (3/4) Nov 22 2015 It generally results in smaller and faster distributions and less
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
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
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
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