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

Unified Diff: src/heap/heap.h

Issue 2810893002: [heap] Implement simple concurrent marking deque. (Closed)
Patch Set: rebase 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 ba7756fc740915713819335c4c72d8457f961133..9ad9b85ff1dd1fb4f9a7d9736171c8737de4a38c 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