Slow performance compared to C++, ideas?

Peter Williams pwil3058 at bigpond.net.au
Thu Jun 6 23:30:15 PDT 2013


On 07/06/13 11:12, Walter Bright wrote:
> On 6/6/2013 4:56 PM, Flamaros wrote:
>> I think it depend of his simplicity and integration in the common D
>> process
>> development. Maybe because D build fast we can add some extra steps
>> during build
>> of the release?
>> And developers of companies that develop the biggest application will
>> be aware
>> of this tool and certainly have script or advanced tools to build
>> their software
>> release, adding a line during the building process seems acceptable.
>
> Consider a trivial and effective DMD tool for debugging and improving
> efficiency:
>
>     -cov
>
> and I'm the only one I know of that uses it.

I use it to make sure that my unittests are complete.

Peter
PS It would be nice if it printed the overview (i.e. % complete line) to 
stdout as well as sticking it in the coverage file report.


More information about the Digitalmars-d mailing list