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

Unified Diff: third_party/WebKit/Source/platform/heap/Visitor.h

Issue 1909803002: Add per thread heap enabled MarkingVisitorImpl Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: third_party/WebKit/Source/platform/heap/Visitor.h
diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h
index 68a00f409ae26d4bb520ce76b69402bc325f29c0..318a13512ffa049f9606b8d2fd78a12064313f66 100644
--- a/third_party/WebKit/Source/platform/heap/Visitor.h
+++ b/third_party/WebKit/Source/platform/heap/Visitor.h
@@ -245,8 +245,12 @@ public:
// and GCType=GCWithoutSweep.
GlobalMarking,
// This visitor does not trace objects outside the heap of the
- // GCing thread. This is used for GCType=ThreadTerminationGC.
+ // GCing thread. This is the default visitor used for per thread heap
+ // enabled heaps.
ThreadLocalMarking,
+ // This visitor does not trace objects outside the heap of the
+ // GCing thread. This is used for GCType=ThreadTerminationGC.
+ ThreadTerminationMarking,
// This visitor just marks objects and ignores weak processing.
// This is used for GCType=TakeSnapshot.
SnapshotMarking,
« no previous file with comments | « third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h ('k') | third_party/WebKit/Source/platform/heap/Visitor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698