[Lldb-commits] [PATCH] D119146: [lldb/Platform] Decouple instance and plugin names
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 10 01:58:12 PST 2022
labath added a comment.
Given the renewed interest in the size of the ConstString pool, I'd like to avoid adding strings there without a good reason. And I don't see any reason why a name-based platform lookup should be on any hot path. A Target object holds a platform pointer, the current platform is a pointer, and anything else that is hot enough should probably hold a pointer instead of a name as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119146/new/
https://reviews.llvm.org/D119146
More information about the lldb-commits
mailing list