| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index bb2f5d1bfd67d41198ba293d8cf73647eec4a77b..2e068c11dbf8342300a272c5c44b2ad155f88ab6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -729,6 +729,8 @@ DEFINE_INT(hash_seed, 0,
|
| // snapshot-common.cc
|
| DEFINE_BOOL(profile_deserialization, false,
|
| "Print the time it takes to deserialize the snapshot.")
|
| +DEFINE_BOOL(serialization_statistics, false,
|
| + "Collect statistics on serialized objects.")
|
|
|
| // Regexp
|
| DEFINE_BOOL(regexp_optimization, true, "generate optimized regexp code")
|
|
|