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

Unified Diff: src/flag-definitions.h

Issue 1254293006: [interpreter] Change interpreter to use an BytecodeArray pointer and and offset. (Closed) Base URL: ssh://rmcilroy.lon.corp.google.com///usr/local/google/code/v8_full/v8@master
Patch Set: Created 5 years, 5 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/compiler/x64/linkage-x64.cc ('k') | src/interpreter/interpreter.cc » ('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 9c1b214ab9bb3c974820a389e05b644a279784b6..ed60487b85016a1d11d54c8891065bb56e09acea 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -280,9 +280,9 @@ DEFINE_BOOL(unbox_double_arrays, true, "automatically unbox arrays of doubles")
DEFINE_BOOL(string_slices, true, "use string slices")
// Flags for Ignition.
-DEFINE_BOOL(ignition, false, "use ignition interpreter")
+DEFINE_BOOL(ignition, true, "use ignition interpreter")
Benedikt Meurer 2015/07/29 08:10:38 Is that intentional?
rmcilroy 2015/07/29 19:02:32 Nope, thanks! Done.
DEFINE_STRING(ignition_filter, "~~", "filter for ignition interpreter")
-DEFINE_BOOL(trace_ignition_codegen, false,
+DEFINE_BOOL(trace_ignition_codegen, true,
"trace the codegen of ignition interpreter bytecode handlers")
// Flags for Crankshaft.
« no previous file with comments | « src/compiler/x64/linkage-x64.cc ('k') | src/interpreter/interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698