Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e40ffe4b4169177253b21d24ebe73e0e35647fa7..a9c5cff9cd6762635e039cec315e84eab991948d 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -207,6 +207,8 @@ 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, |
+ "pretenure with allocation sites") |
DEFINE_bool(track_fields, true, "track fields with only smi values") |
DEFINE_bool(track_double_fields, true, "track fields with double values") |
DEFINE_bool(track_heap_object_fields, true, "track fields with heap values") |