[PATCH] D20914: [esan|cfrag] Compute the struct field access variance

Qin Zhao via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 15:13:05 PDT 2016


zhaoqin added inline comments.

================
Comment at: lib/esan/cache_frag.cpp:44
@@ -41,3 +43,3 @@
   u64 Count;    // The total access count of the struct.
-  u32 Variance; // Variance score for the struct layout access.
+  u64 Variance; // Variance score for the struct layout access.
 };
----------------
oops, missed this comment, how about just Difference?


http://reviews.llvm.org/D20914





More information about the llvm-commits mailing list