[PATCH] D16419: Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 17:23:15 PST 2016
kcc accepted this revision.
kcc added a reviewer: kcc.
kcc added a comment.
This revision is now accepted and ready to land.
LGTM with a nit
================
Comment at: lib/Fuzzer/test/FuzzerUnittest.cpp:410
@@ +409,3 @@
+ size_t N = 10;
+ size_t TriesPerUnit = 1E6;
+ for (size_t i = 0; i < N; i++) {
----------------
1E6 is a floating point constant
http://reviews.llvm.org/D16419
More information about the llvm-commits
mailing list