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

Unified Diff: src/flag-definitions.h

Issue 2803853005: Inline Array.prototype.forEach in TurboFan (Closed)
Patch Set: fix v8heapconst.py Created 3 years, 7 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 07446ed1e46669bbc4e53129aa5ad8153a7c9061..73503e365efe7d4115976c7be3e61dea1162da1c 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -802,6 +802,8 @@ DEFINE_BOOL(builtins_in_stack_traces, false,
"show built-in functions in stack traces")
// builtins.cc
+DEFINE_BOOL(inline_array_builtins, true,
Michael Starzinger 2017/05/24 13:54:59 nit: Actually a TurboFan flag. Can we name this FL
danno 2017/06/06 12:04:53 Done.
+ "inline array builtins in TurboFan code")
DEFINE_BOOL(allow_unsafe_function_constructor, false,
"allow invoking the function constructor without security checks")

Powered by Google App Engine
This is Rietveld 408576698