[PATCH] [asancov] Write coverage directly to a memory-mapped file

Evgeniy Stepanov eugenis at google.com
Mon May 26 05:53:35 PDT 2014


================
Comment at: lib/sanitizer_common/sanitizer_coverage.cc:120
@@ +119,3 @@
+
+void CoverageData::Extend(uptr npcs) {
+  if (!pc_fd) return;
----------------
Kostya Serebryany wrote:
> this function deserves a comment. 
done

http://reviews.llvm.org/D3874






More information about the llvm-commits mailing list