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

Unified Diff: src/heap/heap.h

Issue 2810893002: [heap] Implement simple concurrent marking deque. (Closed)
Patch Set: revert flags Created 3 years, 8 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: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index f0db14e433a4ed57417b02b7d19073c1d1b81873..15359527742eb50c6142156005eb9aae4451be06 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -342,6 +342,7 @@ using v8::MemoryPressureLevel;
class AllocationObserver;
class ArrayBufferTracker;
class ConcurrentMarking;
+class ConcurrentMarkingDeque;
class GCIdleTimeAction;
class GCIdleTimeHandler;
class GCIdleTimeHeapState;

Powered by Google App Engine
This is Rietveld 408576698