Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: src/heap/marking.h

Issue 2732053002: [heap] Implement simple marking in the concurrent marking thread. (Closed)
Patch Set: re-upload Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/concurrent-marking.cc ('k') | test/cctest/heap/test-concurrent-marking.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/marking.h
diff --git a/src/heap/marking.h b/src/heap/marking.h
index b8396b7f0b243f9036956761446571a2166dd727..49f2068a037bb1f7f81f10403e7b92e789efa308 100644
--- a/src/heap/marking.h
+++ b/src/heap/marking.h
@@ -43,6 +43,7 @@ class MarkBit {
CellType mask_;
friend class IncrementalMarking;
+ friend class ConcurrentMarkingMarkbits;
friend class Marking;
};
« no previous file with comments | « src/heap/concurrent-marking.cc ('k') | test/cctest/heap/test-concurrent-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698