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

Unified Diff: src/flag-definitions.h

Issue 1949453002: [ignition] Disable dispatch table output by default (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 2d36234e64fbeeef1261e979df45281359fc837d..0833a4ec70d9b8680e62b50208d70d69683f6c5d 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -299,8 +299,7 @@ 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, NULL,
"the file to which the bytecode handler dispatch table is "
"written")
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698