On Sun, Jun 23, 2013 at 8:55 PM, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com" target="_blank">newshound2@digitalmars.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 6/23/2013 8:39 PM, Timothee Cour wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
can you give more context ? what was the command line to get this?<br>
</blockquote>
<br></div>
Compile on Linux with -pg. Run with:<br>
<br>
   dmd -main -unittest std/algorithm<div class="im"><br>
<br>
> I thought lexing was not a bottleneck, yet it seems to be in second place?<br>
<br></div>
The fun with profilers is they tell you things you didn't think were true.<br></blockquote><div><br></div><div>more profiliing numbers from Ian Buclaw, for gdc: <a href="http://forum.dlang.org/post/mailman.1469.1339580395.24740.digitalmars-d@puremagic.com">http://forum.dlang.org/post/mailman.1469.1339580395.24740.digitalmars-d@puremagic.com</a></div>
<div><a href="http://iainbuclaw.wordpress.com/2010/09/18/implementing-speed-counters-in-gdc/">http://iainbuclaw.wordpress.com/2010/09/18/implementing-speed-counters-in-gdc/</a></div><div><a href="http://iainbuclaw.files.wordpress.com/2010/09/d2-time-report2.pdf">http://iainbuclaw.files.wordpress.com/2010/09/d2-time-report2.pdf</a></div>
<div>That cam up in an old proposal i made a year ago: "AST files instead of DI interface files for faster compilation and easier distribution".</div></div><div><br></div><div><br></div>