Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index fcc834d36a91041998d5ff5f77e38fcc1a2e28fa..782e5b5f47aa763690e78dddfc59f3d4e1e9c68c 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -299,10 +299,9 @@ DEFINE_BOOL(trace_ignition_codegen, false, |
DEFINE_BOOL(trace_ignition_dispatches, false, |
"traces the dispatches to bytecode handlers by the ignition " |
"interpreter") |
-DEFINE_STRING(trace_ignition_dispatches_output_file, |
- "v8.ignition_dispatches_table.json", |
+DEFINE_STRING(trace_ignition_dispatches_output_file, nullptr, |
"the file to which the bytecode handler dispatch table is " |
- "written") |
+ "written (by default, the table is not written to a file)") |
// Flags for Crankshaft. |
DEFINE_BOOL(crankshaft, true, "use crankshaft") |