[PATCH] D122922: [lld][common][lld-macho] Support per-thread allocators and StringSavers
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 21:52:18 PDT 2022
MaskRay added inline comments.
================
Comment at: lld/include/lld/Common/CommonLinkerContext.h:24
+#include <thread>
+#include <unordered_map>
+
----------------
Delete
unordered_map is very inefficient.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122922/new/
https://reviews.llvm.org/D122922
More information about the llvm-commits
mailing list