[PATCH] D28068: Whenever reasonable, merge ASAN quarantine batches to save memory.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 27 12:22:57 PST 2016
kcc added a comment.
Is there any noticeable gain from this change other than in the case where quarantine_size_mb is 0?
I don't want to introduce this extra complexity unless there is a real gain.
And quarantine_size_mb=0 should simply bypass the quarantine (if we care about this corner case)
https://reviews.llvm.org/D28068
More information about the llvm-commits
mailing list