Study: build times for D programs
Walter Bright
newshound2 at digitalmars.com
Wed Jul 25 10:24:51 PDT 2012
On 7/25/2012 8:13 AM, Andrei Alexandrescu wrote:
> Yes, and both debug and release build times are important.
Optimized build time comparisons are less relevant - are you really willing to
trade off faster optimization times for less optimization?
I think it's more the time of the edit-compile-debug loop, which would be the
unoptimized build times.
More information about the Digitalmars-d
mailing list