In the interest of keeping the ConstString StringPool small, this patch
aims to remove the use of ConstString from OptionValueProperties.
We can maintain quick lookups by using an llvm::StringMap to find the
correct index by name.
Paths
| Differential D152210
[lldb][NFCI] Remove use of ConstString from OptionValueProperties ClosedPublic Authored by bulbazord on Jun 5 2023, 4:54 PM.
Details Summary In the interest of keeping the ConstString StringPool small, this patch We can maintain quick lookups by using an llvm::StringMap to find the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 8 2023, 3:26 AM Closed by commit rG643ba926c1f6: [lldb][NFCI] Remove use of ConstString from OptionValueProperties (authored by bulbazord). · Explain WhyJun 8 2023, 3:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 529745 lldb/include/lldb/Interpreter/OptionValue.h
lldb/include/lldb/Interpreter/OptionValueProperties.h
lldb/source/Interpreter/OptionValueProperties.cpp
|