Speedup to_string and to_wstring for integers using stack buffer and SSO. Reviewed...
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 5 Jun 2019 21:04:26 +0000 (21:04 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 5 Jun 2019 21:04:26 +0000 (21:04 +0000)
commit7ce7110e6d964778141c0866488e154b1ce73d69
tree370af54ba2e6c3f60853a89b06498d5eba123fca
parent3975b15dbabd9ee595bcbada2088dd1395f52e0f
Speedup to_string and to_wstring for integers using stack buffer and SSO. Reviewed as https://reviews.llvm.org/D59178  Thanks to ivafanas for all his work on this patch.

llvm-svn: 362649
libcxx/src/string.cpp