diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-19 19:28:18 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-19 19:28:18 +0000 |
commit | ad3d89785f41d8a874855fe4006789f43405ec67 (patch) | |
tree | 2d3abb4d54b37a00b89876cdbb1dba9dbc38f732 /configure | |
parent | a511b8270f04d08ef52b90126e68f8f97ab55a15 (diff) | |
download | external_llvm-ad3d89785f41d8a874855fe4006789f43405ec67.zip external_llvm-ad3d89785f41d8a874855fe4006789f43405ec67.tar.gz external_llvm-ad3d89785f41d8a874855fe4006789f43405ec67.tar.bz2 |
Remove SmallString::append_*int* methods; how many copies of int -> str
conversion code do we really need?
- S.append_uint(N) can be replaced with 'raw_svector_ostream(S) << N' which is
somewhat slower due to the extra set up cost, but still plenty fast
(especially if the svector set up cost can be amortized).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions