<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 24, 2011, at 1:56 AM, 罗勇刚(Yonggang Luo) wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><div class="gmail_quote"><div>1) It's used in production already<br>2) It's been tested with LLVM, PathScale and possibly other compilers<br>3) It's portable across FreeBSD, Linux, Solaris, OSX.. etc<br>4) Has good inline documentation<br>5) Smallest/fastest C++ runtime in the industry based on my tests<br><font color="#888888"><br>./C<br></font><br>ps. Someone kick me if it's not in the wild by later today</div></div></blockquote></div></span></blockquote><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Is that means <span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><a href="https://github.com/pathscale/libcxxrt" target="_blank" style="color: rgb(7, 77, 143); ">https://github.com/pathscale/libcxxrt</a> will be merged into libc++abi?</span></div></span></blockquote><br></div><div>Hi Yonggang,</div><div><br></div><div>After discussion, we decided not to do this.  The bulk of libcxxrt is an older demangler (that doesn't support C++'0x) that I think they're planning to drop.  The rest of the code is relatively minor stuff like implementation of std::bad_alloc and a few other glue things that should be straight-forward to implement in libc++abi.  Since adding an external dependency complicates the licensing and distribution model, we're prefer to keep the LLVM libc++abi independent of libcxxrt.</div><div><br></div><div>-Chris </div><br></body></html>