<div dir="rtl"><div dir="ltr">Thanks, I see that now. It wasn't trivial for me...</div><div dir="ltr"><br></div><div dir="ltr">How can we understand why compiling the trivial program with libcxx is 3x slower vs with libstcd++ ?</div>

<div dir="ltr"><br></div><div dir="ltr">Yaron</div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2013/10/2 Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de" target="_blank">joerg@britannica.bec.de</a>></span></div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, Oct 02, 2013 at 06:45:06PM +0300, Yaron Keren wrote:<br>
> Joerg, I am ashmed to admit I have re-read the code and still can not<br>
> understand how basic_string uses tuple. How basic_string uses tuple?<br>
<br>
</div>basic_string -> __compressed_pair -> __libcpp_compressed_pair_imp<br>
-> tuple.<br>
<div class="HOEnZb"><div class="h5"><br>
Joerg<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div>