[PATCH] D15079: [asan] Reports suppressions for ASan recovery mode (LLVM core part).

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 21:40:59 PST 2015


ygribov added a comment.

> I would say remember all, and bail out if there are more than 100 different PCs (in which case running further is insane).


Hm but linear scan through a 100-element array would be slow.


Repository:
  rL LLVM

http://reviews.llvm.org/D15079





More information about the llvm-commits mailing list