[PATCH] D21982: WIP: Implement a per-thread inmemory log

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 01:32:02 PDT 2016


dberris marked an inline comment as done.

================
Comment at: lib/xray/xray_inmemory_log.cc:124
@@ +123,3 @@
+      TotalBytes -= Written;
+      if (TotalBytes == 0)
+        break;
----------------
Whoops, yes. Good catch. :)


http://reviews.llvm.org/D21982





More information about the llvm-commits mailing list