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

Unified Diff: src/globals.h

Issue 2735803005: [heap] Start concurrent marking simultaneously with incremental marking. (Closed)
Patch Set: tweak 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
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index a90e624ec5c7135e2aff4ec495d1d1ca1c72d177..c8c79cfdc8394c2f0a35b37aad3b7c2a3b7680cb 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -118,6 +118,7 @@ namespace internal {
#define V8_DOUBLE_FIELDS_UNBOXING 0
#endif
+#define V8_CONCURRENT_MARKING 0
typedef uint8_t byte;
typedef byte* Address;

Powered by Google App Engine
This is Rietveld 408576698