commit | da1689319b355d90aee2e2ee434b5a66fde6a5bd | [log] [tgz] |
---|---|---|
author | kcc <kcc> | Thu Jan 31 00:09:43 2019 +0000 |
committer | kcc <kcc> | Thu Jan 31 00:09:43 2019 +0000 |
tree | b83fd508bafe5a9e559b12e57675d1326c3cf301 | |
parent | deea354e0d91c4a756362390fbb501a47dec957f [diff] [blame] |
[libFuzzer] experimental performance optimization -lazy_counters, off by default. Posix-only for now, tested on Linux git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/fuzzer@352700 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/FuzzerOptions.h b/FuzzerOptions.h index ef89754..3f8e959 100644 --- a/FuzzerOptions.h +++ b/FuzzerOptions.h
@@ -67,6 +67,7 @@ bool HandleXfsz = false; bool HandleUsr1 = false; bool HandleUsr2 = false; + bool LazyCounters = false; }; } // namespace fuzzer