[compiler-rt] [scudo] Mitigate the overhead in cache storing when MTE enabled (PR #66717)

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 14:06:04 PDT 2023


ChiaHungDuan wrote:

> As far as I can tell, this would solve the same problem that #65942 is addressing. So the performance benefit would be the same

Right, this is supposed to do the same thing as setting the release interval and has no impact on non-MTE path

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


More information about the llvm-commits mailing list