| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7479e36924178d2e1ee22b4661701fd5f6f4c711..dd62059c3410a0f87a8c0ee3db0e412f9c3f28c9 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -293,7 +293,6 @@
|
| DEFINE_BOOL(ignition, false, "use ignition interpreter")
|
| DEFINE_BOOL(ignition_staging, false, "use ignition with all staged features")
|
| DEFINE_IMPLICATION(ignition_staging, ignition)
|
| -DEFINE_IMPLICATION(ignition_staging, compiler_dispatcher)
|
| DEFINE_STRING(ignition_filter, "*", "filter for ignition interpreter")
|
| DEFINE_BOOL(ignition_deadcode, true,
|
| "use ignition dead code elimination optimizer")
|
| @@ -660,9 +659,6 @@
|
|
|
| DEFINE_BOOL(cache_prototype_transitions, true, "cache prototype transitions")
|
|
|
| -// compiler-dispatcher.cc
|
| -DEFINE_BOOL(compiler_dispatcher, false, "enable compiler dispatcher")
|
| -
|
| // cpu-profiler.cc
|
| DEFINE_INT(cpu_profiler_sampling_interval, 1000,
|
| "CPU profiler sampling interval in microseconds")
|
|
|