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

Unified Diff: src/flag-definitions.h

Issue 1230753004: [Interpreter] Add BytecodeArray class and add to SharedFunctionInfo. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Use BytecodeArray in bytecode emission path in interpreter. 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index fc0be1753ebe9be537f3bfcd4a11700e5e3d795b..609ecbed7c2a41143757aeec933a6a217aa8f249 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -277,7 +277,7 @@ 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, true, "use ignition interpreter")
+DEFINE_BOOL(ignition, false, "use ignition interpreter")
rmcilroy 2015/07/15 13:33:37 I'll change this in my CL so it should disappear o
oth 2015/07/16 09:15:49 Acknowledged.
DEFINE_STRING(ignition_filter, "~~", "filter for ignition interpreter")
DEFINE_BOOL(trace_ignition_codegen, true,
"trace the codegen of ignition interpreter bytecode handlers")

Powered by Google App Engine
This is Rietveld 408576698