scudo: Use DC GZVA instruction in storeTags().
DC GZVA can operate on multiple granules at a time (corresponding to the CPU's cache line size) so we can generally expect it to be faster than STZG in a loop. Differential Revision: https://reviews.llvm.org/D100910
Loading
Please sign in to comment