[compiler-rt] [asan] Speed up ASan ODR indicator-based checking (PR #100923)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 22:25:19 PDT 2024


================
@@ -35,8 +36,11 @@ struct ListOfGlobals {
   ListOfGlobals *next;
 };
 
+typedef DenseMap<uptr, ListOfGlobals *> MapOfGlobals;
----------------
vitalybuka wrote:

typedef DenseMap<uptr, IntrusiveList<ListOfGlobals>> MapOfGlobals;

https://github.com/llvm/llvm-project/pull/100923


More information about the llvm-commits mailing list