[PATCH] D73776: Entropic: Boosting LibFuzzer Performance
marcel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 19 06:59:49 PDT 2020
marcel updated this revision to Diff 251365.
marcel marked 4 inline comments as done.
marcel added a comment.
Changes in this fourth revision.
- Error message + exit if parameters '--focus_function` and `--entropic` are used together.
- Refactored a constant (`kMaxMutationFactor`)
- Better code formatting
- early return for better indentation,
- more comments,
- less ternaries,
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73776/new/
https://reviews.llvm.org/D73776
Files:
compiler-rt/lib/fuzzer/FuzzerCorpus.h
compiler-rt/lib/fuzzer/FuzzerDriver.cpp
compiler-rt/lib/fuzzer/FuzzerFlags.def
compiler-rt/lib/fuzzer/FuzzerLoop.cpp
compiler-rt/lib/fuzzer/FuzzerOptions.h
compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73776.251365.patch
Type: text/x-patch
Size: 19423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200319/34de23fa/attachment.bin>
More information about the llvm-commits
mailing list