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

Unified Diff: src/globals.h

Issue 2735803005: [heap] Start concurrent marking simultaneously with incremental marking. (Closed)
Patch Set: fix test 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
« no previous file with comments | « src/flag-definitions.h ('k') | src/heap/concurrent-marking.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 1987a230080f8f9859f2f6a21b2bea6ee1cdc0cb..3b4c2a602ee328ba51ece799d9836481ac330df0 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;
« no previous file with comments | « src/flag-definitions.h ('k') | src/heap/concurrent-marking.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698