tweak from cjefferson

llvm-svn: 103656
This commit is contained in:
Chris Lattner 2010-05-12 22:30:22 +00:00
parent 27de3d6459
commit f005e8d167
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@
to how they are implemented. For example, it is generally accepted that
building std::string using the "short string optimization" instead of
using Copy On Write (COW) is a superior approach for multicore
machines. Breaking ABI compatibility with old versions of the library was
machines (particularly in C++'0x, which has rvalue references). Breaking
ABI compatibility with old versions of the library was
determined to be critical to achieving the performance goals of
libc++.</p></li>