Thread overview | ||||||
---|---|---|---|---|---|---|
|
November 22, 2015 simple newbie question | ||||
---|---|---|---|---|
| ||||
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 simple newbie question | ||||
---|---|---|---|---|
| ||||
Posted in reply to fred | 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 Re: simple newbie question | ||||
---|---|---|---|---|
| ||||
Posted in reply to fred | 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 Re: simple newbie question | ||||
---|---|---|---|---|
| ||||
Posted in reply to fred | 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.
|
Copyright © 1999-2021 by the D Language Foundation