| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 4c1094556747d52610421d4f683f63442c3aba37..09388ec69de3002c3708db89073150eda7a5c074 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -255,8 +255,6 @@ HARMONY_SHIPPING(FLAG_SHIPPING_FEATURES)
|
| #undef FLAG_SHIPPING_FEATURES
|
|
|
| // Flags for experimental implementation features.
|
| -DEFINE_BOOL(compiled_keyed_generic_loads, false,
|
| - "use optimizing compiler to generate keyed generic load stubs")
|
| DEFINE_BOOL(allocation_site_pretenuring, true,
|
| "pretenure with allocation sites")
|
| DEFINE_BOOL(page_promotion, true, "promote pages based on utilization")
|
|
|