diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2019-09-04 09:47:18 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2019-09-04 09:47:18 +0000 |
commit | 5aa1d81969fb1b91e5ab5be446a3a71bd2e1ecdc (patch) | |
tree | 9df4be634b4ca60aca65f097021c2d8d7116af26 /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | 915f9785e052150f268bc62a9ce00fcae2b5558c (diff) | |
download | bcm5719-llvm-5aa1d81969fb1b91e5ab5be446a3a71bd2e1ecdc.tar.gz bcm5719-llvm-5aa1d81969fb1b91e5ab5be446a3a71bd2e1ecdc.zip |
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
There is now std::shared_ptr passed around which is expensive for manycore
CPUs. Most of the times (except for 3 cases) it is now just std::moved with no
CPU locks needed. It also makes it possible to sort the keys (which is now not
needed much after D66398).
Differential revision: https://reviews.llvm.org/D67049
llvm-svn: 370863
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions