[PATCH] D20085: [libfuzzer] Refactoring coverage state-management code..

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 15:43:41 PDT 2016


kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.

LGTM, but please test on at least one non-trivial target (other than tests) that is large and fast, to ensure we haven't missed any perf degradation.

Also, consider moving all coverage stuff from FuzzerLoop into a separate file (FuzzerCoverage) in a separate change.


http://reviews.llvm.org/D20085





More information about the llvm-commits mailing list