[all-commits] [llvm/llvm-project] 1c6882: [lld-macho] Replace unordered_{map, set} with Dense...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 7 11:52:11 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c688221e0f0a737f34960babfef9d63f8709181
https://github.com/llvm/llvm-project/commit/1c688221e0f0a737f34960babfef9d63f8709181
Author: Fangrui Song <i at maskray.me>
Date: 2026-06-07 (Sun, 07 Jun 2026)
Changed paths:
M lld/MachO/ExportTrie.cpp
M lld/MachO/SyntheticSections.cpp
M lld/MachO/SyntheticSections.h
Log Message:
-----------
[lld-macho] Replace unordered_{map,set} with Dense{Map,Set} (#202100)
DenseMap no longer uses in-band sentinel keys (#201281) and is superior
to unordered_map in these scenarios.
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