[libFuzzer] refactor the handling of instrumentation counters so that they are groupe...
authorKostya Serebryany <kcc@google.com>
Wed, 30 Jan 2019 06:15:52 +0000 (06:15 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 30 Jan 2019 06:15:52 +0000 (06:15 +0000)
commit6fd4d8ab9c6e6ddb67df5d822f855de980d1eea6
tree2c8a5abe1b8570871d9c337d2e3998a2d98c6898
parentc437f310a503b17bdb479dc4f518b8da7dbeb283
[libFuzzer] refactor the handling of instrumentation counters so that they are grouped in regions one full page each. Needed for future optimization. NFC

llvm-svn: 352603
compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
compiler-rt/lib/fuzzer/FuzzerTracePC.h
compiler-rt/lib/fuzzer/FuzzerUtil.h
compiler-rt/test/fuzzer/large.test [new file with mode: 0644]