Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 87d4242dd6fc5b80ce655cc7c5cef55b204dfa64..c28aaf3611a343afeff5c048fa91b8fce4cf9fdf 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -463,6 +463,9 @@ DEFINE_bool(always_inline_smi_code, false, |
"always inline smi code in non-opt code") |
// heap.cc |
+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(max_semi_space_size, 0, |
"max size of a semi-space (in MBytes), the new space consists of two" |
"semi-spaces") |