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

Unified Diff: src/flag-definitions.h

Issue 2684033007: Allow a ParseInfo without a script for %SetCode users (Closed)
Patch Set: Some comments. Created 3 years, 10 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 8e4ff3d21037f8ecf2af7335d05de3ca8757cb89..45b3a210cd65cc61232f73c3ab37aba2a7a36455 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -269,7 +269,7 @@ DEFINE_IMPLICATION(ignition_staging, validate_asm)
// Flags for experimental implementation features.
DEFINE_BOOL(allocation_site_pretenuring, true,
"pretenure with allocation sites")
-DEFINE_BOOL(mark_shared_functions_for_tier_up, false,
+DEFINE_BOOL(mark_shared_functions_for_tier_up, true,
Michael Starzinger 2017/02/15 14:51:48 Should we land the flag switch as part of this CL
mvstanton 2017/02/15 15:18:47 Yep, I'll turn it off in this CL now.
"mark shared functions for tier up")
DEFINE_BOOL(page_promotion, true, "promote pages based on utilization")
DEFINE_INT(page_promotion_threshold, 70,

Powered by Google App Engine
This is Rietveld 408576698