[all-commits] [llvm/llvm-project] 15ce2e: [lldb] Use heterogenous lookups with std::map (NFC...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Nov 10 07:50:46 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 15ce2e183fb801ff418eb1347a9d5893e5665782
      https://github.com/llvm/llvm-project/commit/15ce2e183fb801ff418eb1347a9d5893e5665782
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-11-10 (Sun, 10 Nov 2024)

  Changed paths:
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/source/Commands/CommandObjectMultiword.cpp

  Log Message:
  -----------
  [lldb] Use heterogenous lookups with std::map (NFC) (#115590) (#115634)

Heterogenous lookups allow us to call find with StringRef, avoiding a
temporary heap allocation of std::string.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list