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

Unified Diff: src/flag-definitions.h

Issue 2636493002: [turbofan] Disable inline allocation of closures. (Closed)
Patch Set: Fix unit test. Created 3 years, 11 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/js-create-lowering.cc ('k') | test/unittests/compiler/js-create-lowering-unittest.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 0d06b059e09c320365a882be46dbdf8ed924d501..46475c7422cf1f9f277cf6e74ade1ea2a09f6f10 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -486,6 +486,8 @@ DEFINE_BOOL(turbo_stress_instruction_scheduling, false,
"randomly schedule instructions to stress dependency tracking")
DEFINE_BOOL(turbo_store_elimination, true,
"enable store-store elimination in TurboFan")
+DEFINE_BOOL(turbo_lower_create_closure, false,
+ "enable inline allocation for closure instantiation")
// Flags to help platform porters
DEFINE_BOOL(minimal, false,
« no previous file with comments | « src/compiler/js-create-lowering.cc ('k') | test/unittests/compiler/js-create-lowering-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698