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

Unified Diff: src/flag-definitions.h

Issue 2606263002: Use background tasks for the compiler dispatcher (Closed)
Patch Set: Created 3 years, 12 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/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 971879a23f02089da0115f28f5f6d54e244f99ae..2d7e31a8f2676547ffd8ab5662ecfaa27dff6afc 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -1217,7 +1217,7 @@ DEFINE_BOOL(single_threaded, false, "disable the use of background tasks")
DEFINE_NEG_IMPLICATION(single_threaded, concurrent_recompilation)
DEFINE_NEG_IMPLICATION(single_threaded, concurrent_sweeping)
DEFINE_NEG_IMPLICATION(single_threaded, parallel_compaction)
-
+DEFINE_NEG_IMPLICATION(single_threaded, compiler_dispatcher)
#undef FLAG

Powered by Google App Engine
This is Rietveld 408576698