Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 5b5d60d429cd84b86a0006a14e446ed77fb1153c..ebb8633207732dcb4cbbaac5e98d4323795bde1c 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -220,7 +220,7 @@ 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(allocation_site_pretenuring, false, |
| +DEFINE_bool(allocation_site_pretenuring, true, |
|
Hannes Payer (out of office)
2014/01/10 08:44:12
Shouldn't be part of that CL.
|
| "pretenure with allocation sites") |
| DEFINE_bool(trace_pretenuring, false, |
| "trace pretenuring decisions of HAllocate instructions") |