| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index df24ea2a9ea1c3658730ed276cf6a1696d7760d7..a1722a70fb6f2a46b6afe45d017a78e4261c3246 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -533,6 +533,9 @@ DEFINE_INT(max_old_space_size, 0, "max size of the old space (in Mbytes)")
|
| DEFINE_INT(max_executable_size, 0, "max size of executable memory (in Mbytes)")
|
| DEFINE_BOOL(gc_global, false, "always perform global GCs")
|
| DEFINE_INT(gc_interval, -1, "garbage collect after <n> allocations")
|
| +DEFINE_INT(scavenges_before_grow, -1,
|
| + "Number of scavenges after which to change the allocation strategy "
|
| + "to growing to the target size.")
|
| DEFINE_BOOL(trace_gc, false,
|
| "print one trace line following each garbage collection")
|
| DEFINE_BOOL(trace_gc_nvp, false,
|
|
|