Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index c7da90943477d45801467ec3903b83b1136d516b..ae700d8040e871f7cd1507b47ac2675ba0f6f0ad 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -293,6 +293,9 @@ DEFINE_IMPLICATION(track_field_types, track_fields) |
| DEFINE_IMPLICATION(track_field_types, track_heap_object_fields) |
| DEFINE_BOOL(type_profile, false, "collect type information") |
| +// Flags for strongly rooting literal arrays in the feedback vector. |
| +DEFINE_BOOL(trace_strong_rooted_literals, false, "trace literal rooting") |
|
Yang
2017/02/22 10:39:28
where does this come from?
Franzi
2017/02/27 11:38:01
Deleted. I probably messed up during rebase.
|
| + |
| // Flags for optimization types. |
| DEFINE_BOOL(optimize_for_size, false, |
| "Enables optimizations which favor memory size over execution " |