[compiler-rt] [asan] Speed up ASan ODR indicator-based checking (PR #100923)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 09:46:17 PDT 2024
================
@@ -35,8 +36,11 @@ struct ListOfGlobals {
ListOfGlobals *next;
};
+typedef DenseMap<uptr, ListOfGlobals *> MapOfGlobals;
----------------
vitalybuka wrote:
It would be nice to have such small refactoring out of real patches.
Assuming we are in different time zones, to avoid unnecessary iterations, I will extract land it separately.
https://github.com/llvm/llvm-project/pull/100923
More information about the llvm-commits
mailing list