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

Unified Diff: src/flag-definitions.h

Issue 1828633003: [Interpreter] Enable tracing of bytecode handler dispatches. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@count-bc
Patch Set: Second review. 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 | « src/external-reference-table.cc ('k') | src/interpreter/interpreter.h » ('j') | 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 0d490598cc835343b97d3d49b11668a59cb861d3..47583e2dae6e066b5e77b60b36d82d8c5473b099 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -298,6 +298,13 @@ DEFINE_BOOL(trace_ignition, false,
"trace the bytecodes executed by the ignition interpreter")
DEFINE_BOOL(trace_ignition_codegen, false,
"trace the codegen of ignition interpreter bytecode handlers")
+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",
+ "the file to which the bytecode handler dispatch table is "
+ "written")
// Flags for Crankshaft.
DEFINE_BOOL(crankshaft, true, "use crankshaft")
« no previous file with comments | « src/external-reference-table.cc ('k') | src/interpreter/interpreter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698