Chromium Code Reviews| 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. |
| // |