[compiler-rt] [scudo] Make local cache be agnostic to the type of node in freelist (PR #67379)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 15:45:32 PDT 2023


ChiaHungDuan wrote:

Add one note,

The only change in `TransferBatch` is the function change
```
- copyToArray
+moveToArray
```
BatchGroup is the same as before (except one comment update)

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


More information about the llvm-commits mailing list