| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 3484)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -198,6 +198,9 @@
|
| DEFINE_bool(canonicalize_object_literal_maps, true,
|
| "Canonicalize maps for object literals.")
|
|
|
| +DEFINE_bool(use_big_map_space, true,
|
| + "Use big map space, but don't compact if it grew too big.")
|
| +
|
| // mksnapshot.cc
|
| DEFINE_bool(h, false, "print this message")
|
| DEFINE_bool(new_snapshot, true, "use new snapshot implementation")
|
|
|