[compiler-rt] [scudo] Fix release to OS logic in secondary cache. (PR #103303)

via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 13:49:04 PDT 2024


================
@@ -321,8 +321,6 @@ class MapAllocatorCache {
         }
         CachedBlock PrevEntry = Quarantine[QuarantinePos];
         Quarantine[QuarantinePos] = Entry;
-        if (OldestTime == 0)
----------------
ChiaHungDuan wrote:

That's an unused variable since we adopt LRU and I said it's fine to include the removal in this CL

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


More information about the llvm-commits mailing list