| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 47076350945f4214c71a3b282883ace43258ec43..1dc4cb5b1ea91861530e63032b694aadc7498a35 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -508,6 +508,8 @@ DEFINE_BOOL(always_inline_smi_code, false,
|
| DEFINE_INT(min_semi_space_size, 0,
|
| "min size of a semi-space (in MBytes), the new space consists of two"
|
| "semi-spaces")
|
| +DEFINE_INT(target_semi_space_size, 0,
|
| + "target size of a semi-space (in MBytes) before triggering a GC")
|
| DEFINE_INT(max_semi_space_size, 0,
|
| "max size of a semi-space (in MBytes), the new space consists of two"
|
| "semi-spaces")
|
|
|