top time wasters in DMD, as reported by gprof
Walter Bright
newshound2 at digitalmars.com
Sun Jun 23 20:55:40 PDT 2013
On 6/23/2013 8:39 PM, Timothee Cour wrote:
> can you give more context ? what was the command line to get this?
Compile on Linux with -pg. Run with:
dmd -main -unittest std/algorithm
> I thought lexing was not a bottleneck, yet it seems to be in second place?
The fun with profilers is they tell you things you didn't think were true.
More information about the Digitalmars-d
mailing list