diff options
author | Vedant Kumar <vsk@apple.com> | 2016-01-21 19:25:35 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-01-21 19:25:35 +0000 |
commit | ca3326c0d4aecdb37f64b01f03eeacf4d6c258c6 (patch) | |
tree | 2209f9e032dc6aa4df2c8c5a8ebe635edde6afc7 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 950af1558f8e8e9f7b3ec10bb954a59545f87e18 (diff) | |
download | bcm5719-llvm-ca3326c0d4aecdb37f64b01f03eeacf4d6c258c6.tar.gz bcm5719-llvm-ca3326c0d4aecdb37f64b01f03eeacf4d6c258c6.zip |
[Coverage] Reduce complexity of adding function mapping records
Replace a string append operation in addFunctionMappingRecord with a
vector append. The existing behavior is quadratic in the worst case:
this patch makes it linear.
Differential Revision: http://reviews.llvm.org/D16395
llvm-svn: 258424
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions