| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 8377875442326d0bba1c400ca4cf8d5bc9e1e462..76cf81912c50df40ed2d732135466b44b01602d2 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -270,7 +270,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,
|
| "mark shared functions for tier up")
|
| DEFINE_BOOL(page_promotion, true, "promote pages based on utilization")
|
| DEFINE_INT(page_promotion_threshold, 70,
|
|
|