| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 17cd8f6e37e3803d3ba7c530ad007fc68078d5ba..ea90d5152cf1840712976de5e43ba033e5da0d4a 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -273,6 +273,8 @@ DEFINE_DUAL_IMPLICATION(turbo, enable_fast_array_builtins)
|
| DEFINE_DUAL_IMPLICATION(turbo, thin_strings)
|
|
|
| // Flags for experimental implementation features.
|
| +DEFINE_BOOL(csa_builtin_filter, true,
|
| + "use the CodeStubAssembler to implement array.prototype.filter")
|
| DEFINE_BOOL(allocation_site_pretenuring, true,
|
| "pretenure with allocation sites")
|
| DEFINE_BOOL(mark_shared_functions_for_tier_up, true,
|
|
|