[Lldb-commits] [PATCH] D152220: [lldb][NFCI] Change type of Broadcaster's name

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 5 18:06:47 PDT 2023


bulbazord created this revision.
bulbazord added reviewers: JDevlieghere, mib, jingham.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Broadcasters don't need their names in the StringPool. It doesn't
benefit from fast comparisons and doesn't benefit from uniqueness.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152220

Files:
  lldb/include/lldb/Utility/Broadcaster.h
  lldb/source/API/SBBroadcaster.cpp
  lldb/source/Core/ThreadedCommunication.cpp
  lldb/source/Utility/Broadcaster.cpp
  lldb/source/Utility/Event.cpp
  lldb/source/Utility/Listener.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152220.528653.patch
Type: text/x-patch
Size: 5426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230606/bb3f4c8e/attachment-0001.bin>


More information about the lldb-commits mailing list