| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 9c88086275d7e1235044708e67460d0fbf5f942a..23c62a308676383c95bca9e03e2afd1881acc026 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -219,7 +219,7 @@ DEFINE_bool(clever_optimizations, true,
|
| DEFINE_bool(pretenuring, true, "allocate objects in old space")
|
| // TODO(hpayer): We will remove this flag as soon as we have pretenuring
|
| // support for specific allocation sites.
|
| -DEFINE_bool(pretenuring_call_new, false, "pretenure call new")
|
| +DEFINE_bool(pretenuring_call_new, true, "pretenure call new")
|
| DEFINE_bool(allocation_site_pretenuring, true,
|
| "pretenure with allocation sites")
|
| DEFINE_bool(trace_pretenuring, false,
|
|
|