DMD 1.038 and 2.022 releases
Denis Koroskin
2korden at gmail.com
Sat Dec 20 05:36:10 PST 2008
On Sat, 20 Dec 2008 16:28:40 +0300, Bill Baxter <wbaxter at gmail.com> wrote:
> On Sat, Dec 20, 2008 at 10:01 PM, Denis Koroskin <2korden at gmail.com>
> wrote:
>> On Sat, 20 Dec 2008 15:39:08 +0300, Bill Baxter <wbaxter at gmail.com>
>> wrote:
>>
>>> On Sat, Dec 20, 2008 at 9:11 PM, Denis Koroskin <2korden at gmail.com>
>>> wrote:
>>>>
>>>> On Mon, 15 Dec 2008 10:58:23 +0300, Bill Baxter <wbaxter at gmail.com>
>>>> wrote:
>>>>
>>>>> For me, V1.038 compiles my code but takes a really really really long
>>>>> time to do so.
>>>>>
>>>>> It now takes 1 min 20 secs for a full build, when it used to compile
>>>>> in 13 seconds.
>>>>> Forget the 60% slowdown from LDC -- this is 515% slower!
>>>>>
>>>>> (building with DSSS and tango)
>>>>>
>>>>> --bb
>>>>>
>>>>
>>>> I generally make all my imports private and run a command line tool
>>>> that
>>>> strips unnecessary imports once in a while to minimize intermodular
>>>> dependencies. Maybe it could help in your case, too?
>>>>
>>>
>>> I'd love to have an unnecessary import finder tool. How does that
>>> work?
>>>
>>> --bb
>>
>> It's easy: remove an import and try if it still works :)
>
> Oh. ok. Well, removing things and trying to recompile is more or
> less what I do now. That's not really what I'd call a "tool". That's
> what I'd call "doing it manually".
>
> --bb
No, it's fully automated.
More information about the Digitalmars-d-announce
mailing list