[compiler-rt] [scudo] Fix secondary caching for mte (PR #150156)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 24 23:36:47 PDT 2025


================
@@ -513,9 +515,10 @@ class MapAllocatorCache {
         Quarantine[I].invalidate();
       }
     }
+    QuarantinePos = -1U;
----------------
ChiaHungDuan wrote:

just a minor question, why do we need to reorder this? I think it's guarded by the same lock as other cache data members.

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


More information about the llvm-commits mailing list