[libFuzzer] when choosing the next unit to mutate, give some preference to the most...
authorKostya Serebryany <kcc@google.com>
Wed, 4 Nov 2015 23:22:25 +0000 (23:22 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 4 Nov 2015 23:22:25 +0000 (23:22 +0000)
commitd022e94463dc20c060fd91402b8f1819ecc64587
tree8de1a6546e56e0c5cdd59d7abea0ad78110de61b
parent15216161aae086fe9bb9659850272f23657fab84
[libFuzzer] when choosing the next unit to mutate, give some preference to the most recent units (they are more likely to be interesting)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252097 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp