diff --git a/src/flag-definitions.h b/src/flag-definitions.h index dcc4b467e5..f0a2aaa95b 100644 --- a/src/flag-definitions.h +++ b/src/flag-definitions.h @@ -281,7 +281,6 @@ DEFINE_BOOL(future, FUTURE_BOOL, "not-too-far future") DEFINE_IMPLICATION(future, preparser_scope_analysis) -DEFINE_IMPLICATION(future, lazy_deserialization) // Flags for experimental implementation features. DEFINE_BOOL(allocation_site_pretenuring, true, @@ -938,7 +937,7 @@ DEFINE_INT(runtime_stats, 0, DEFINE_VALUE_IMPLICATION(runtime_call_stats, runtime_stats, 1) // snapshot-common.cc -DEFINE_BOOL(lazy_deserialization, false, +DEFINE_BOOL(lazy_deserialization, true, "Deserialize code lazily from the snapshot.") DEFINE_BOOL(trace_lazy_deserialization, false, "Trace lazy deserialization.") DEFINE_BOOL(profile_deserialization, false,