<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div lang="DE" link="blue" vlink="purple"><p class="MsoNormal"><span lang="EN-US" style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Did you build 3.6 with assertions?<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">  --enable-assertions     Compile with assertion checks enabled (default is YES)<u></u><u></u></span></p>
<p class="MsoNormal"><br></p></div></blockquote><div><br></div><div>oops, sorry... intuitively I made the wrong assumption that --enable-optimize would turn off assertions code<br><br>build with --disable-assertions, still the on system clang 3.5 beats :</div><div><br></div><div>system clang: 2,66s user 0,14s system 99% cpu 2,826 total<br></div><div>Release/bin/clang (git pulled latest): 3,04s user 0,13s system 98% cpu 3,206 total<br><br>Release+Asserts/bin/clang: 3,97s user 0,15s system 99% cpu 4,146 total</div><div><br></div><div>indeed I had also  --enable-shared active</div><div><br></div><div>rebuilt all and now I have: </div><div>Release/bin/clang  2,93s user 0,15s system 99% cpu 3,101 total versus <br>system clang: 2,66s user 0,14s system 99% cpu 2,826 total<br><br>made another test and built clang with /usr/bin/clang<br>CC=/usr/bin/clang CXX=/usr/bin/clang++ /g/llvm.git/configure  --enable-optimized    --disable-assertions</div><div><br>got a little closer,  2,94s user 0,13s system 99% cpu 3,090 total  but still not the total 2.82<br><br><br><br></div></div>
</div></div>