Study: build times for D programs

Walter Bright newshound2 at digitalmars.com
Tue Jul 24 17:11:26 PDT 2012


On 7/24/2012 3:18 PM, Jonathan M Davis wrote:
> But we'd have to actually profile
> the compiler on a variety of projects to be sure of that (which is at least
> partially related to what Andrei is suggesting).

I wouldn't be a bit surprised to find that there are some O(n*n) or worse 
algorithms embedded in the compiler that can be triggered by some types of code.

Profiling is the way to root them out.


More information about the Digitalmars-d mailing list