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, |