[PATCH] D43597: [libFuzzer] Reduce frequency of TEMP_MAX_LEN prints.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 16:40:54 PST 2018


kcc added a comment.

ouch. 10 is too magic. 
I've seen hundreds of these printed in a row, i.e. 10 will be too small. 
in other cases 10 will be to large. 
I wonder if we want to print it as one more number in regular Fuzzer::PrintStats lines, e.g. "lim: 123", like here: 
#3145	REDUCE cov: 6 ft: 7 corp: 5/9b lim: 123 exec/s: 0 rss: 37Mb

If so, we'll need to also update the docs to explain what that is.

I am not sure, there might be another better way.


https://reviews.llvm.org/D43597





More information about the llvm-commits mailing list