[all-commits] [llvm/llvm-project] 867ee3: [lldb][NFCI] Change type of Broadcaster's name
Alex via All-commits
all-commits at lists.llvm.org
Wed Jun 7 11:01:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 867ee3b8a76a78e02c56e78382e31bfd76fa468b
https://github.com/llvm/llvm-project/commit/867ee3b8a76a78e02c56e78382e31bfd76fa468b
Author: Alex Langford <alangford at apple.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M lldb/include/lldb/Utility/Broadcaster.h
M lldb/source/API/SBBroadcaster.cpp
M lldb/source/Core/ThreadedCommunication.cpp
M lldb/source/Utility/Broadcaster.cpp
M lldb/source/Utility/Event.cpp
M lldb/source/Utility/Listener.cpp
Log Message:
-----------
[lldb][NFCI] Change type of Broadcaster's name
Broadcasters don't need their names in the StringPool. It doesn't
benefit from fast comparisons and doesn't benefit from uniqueness.
Differential Revision: https://reviews.llvm.org/D152220
More information about the All-commits
mailing list