| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 0d7363e8f52828e32617ba7f382325771226df7e..2394f4400c1b7234788c07c6139db5bf79c710c8 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -529,6 +529,7 @@ DEFINE_INT(target_semi_space_size, 0,
|
| DEFINE_INT(max_semi_space_size, 0,
|
| "max size of a semi-space (in MBytes), the new space consists of two"
|
| "semi-spaces")
|
| +DEFINE_INT(semi_space_growth_factor, 2, "factor by which to grow the new space")
|
| 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")
|
|
|