]> granicus.if.org Git - clang/commit
In OutputString, avoid calling memcpy for really tiny strings.
authorChris Lattner <sabre@nondot.org>
Mon, 23 Jul 2007 06:23:07 +0000 (06:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Jul 2007 06:23:07 +0000 (06:23 +0000)
commite225e378c67204ac3bf1483ec1136f461bf0282a
tree76043ce47981fc9ecffa9ee5e8c78894824f8215
parent2933f41ed59a8bf1866292cb82e16c8b10dc6651
In OutputString, avoid calling memcpy for really tiny strings.
This speeds up -E on 447.dealII by 5.8%

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40423 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/PrintPreprocessedOutput.cpp