[PATCH] D9009: Value profiling compiler-rt changes

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 20:31:19 PST 2015


davidxl added inline comments.

================
Comment at: lib/profile/InstrProfiling.c:190
@@ +189,3 @@
+    }
+    I->ValueCounters = (void *)PerSiteCountsHead;
+    PerSiteCountsHead = (uint8_t *)VDataPtr;
----------------
Release memory of ValueCounters ?


http://reviews.llvm.org/D9009





More information about the llvm-commits mailing list