Improve the performance of the libc++ std::map formatter. This is not the full soluti...
authorEnrico Granata <egranata@apple.com>
Tue, 16 Dec 2014 21:28:16 +0000 (21:28 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 16 Dec 2014 21:28:16 +0000 (21:28 +0000)
commit395939a48373d5b407183ab4ee75902fbd45e334
tree9d472140f9217530c8abba42011f788d6670158b
parent7376294086db699ad8881cc9e0fdb18ab2e1ab0d
Improve the performance of the libc++ std::map formatter. This is not the full solution to the slowness of this formatter, but it's a 5% improvement in our testcase performance, which I am not going to complain too hard about.

llvm-svn: 224373
lldb/source/DataFormatters/LibCxxMap.cpp