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

Unified Diff: src/flag-definitions.h

Issue 10417010: Run Crankshaft on a separate thread. (Closed) Base URL: https://chromiumcodereview.appspot.com/10387157
Patch Set: Created 8 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/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index bd1f3e242ae8c62160b10e8fecbe60ad3242f776..63d65e6738a2d483ef9c8838959ac0956796b866 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -474,6 +474,14 @@ DEFINE_bool(debug_script_collected_events, true,
//
+// Run Crankshaft on a separate thread
+//
+
+DEFINE_bool(concurrent_crankshaft, false, "run crankshaft on a thread of its "
danno 2012/05/22 10:32:19 There is already a "Flags for Crankshaft section"
+ "own")
+
+
+//
// GDB JIT integration flags.
//

Powered by Google App Engine
This is Rietveld 408576698