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

Unified Diff: src/heap/mark-compact.h

Issue 2888093003: [heap] Add GN flag for enabling concurrent marking. (Closed)
Patch Set: Created 3 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: src/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index fa57bfb8729de5e117499d01974a68059ac40bc6..29c871d406e0a8446f34387107ddbf5d5e1705a0 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -33,7 +33,7 @@ class RecordMigratedSlotVisitor;
class ThreadLocalTop;
class YoungGenerationMarkingVisitor;
-#if V8_CONCURRENT_MARKING
+#ifdef V8_CONCURRENT_MARKING
using MarkingDeque = ConcurrentMarkingDeque;
#else
using MarkingDeque = SequentialMarkingDeque;
« src/flag-definitions.h ('K') | « src/heap/incremental-marking.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698