On Sun, Jun 23, 2013 at 8:55 PM, Walter Bright <newshound2@digitalmars.com> wrote:
On 6/23/2013 8:39 PM, Timothee Cour wrote:Compile on Linux with -pg. Run with:
can you give more context ? what was the command line to get this?
dmd -main -unittest std/algorithmThe fun with profilers is they tell you things you didn't think were true.
> I thought lexing was not a bottleneck, yet it seems to be in second place?