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

Artem Pianykh via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 10:25:13 PDT 2024


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

Thanks @vitalybuka, appreciate it! 

P.S. If there's a guide on how to do "stacked" PRs on Github or otherwise what's the blessed workflow for stacks of changes that'd be very helpful (not much about this in https://llvm.org/docs/GitHub.html). I'd do a stack of diffs in Phabricator but here it's different.

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


More information about the llvm-commits mailing list