[PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 16:28:27 PST 2016


eraman added inline comments.

================
Comment at: include/llvm/ProfileData/InstrProf.h:698
@@ +697,3 @@
+    200000, 300000, 400000, 500000, 600000, 500000, 600000, 700000,
+    800000, 900000, 950000, 990000, 999000, 999900, 999990};
+static const uint32_t NumSummaryCutoffs =
----------------
it's  useful to add a cutoff of 999999 to identify cold blocks. IMO these are more useful than the cutoffs in the 1-80% range. 


http://reviews.llvm.org/D16258





More information about the llvm-commits mailing list