Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index ed7eabcf4d7ce85f23625a39c99c76d74082cf1b..6951d8c8b5dcc51201829d0f5a25a502e3a77c22 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -462,7 +462,7 @@ DEFINE_BOOL(trace_deopt, false, "trace optimize function deoptimization") |
DEFINE_BOOL(trace_stub_failures, false, |
"trace deoptimization of generated code stubs") |
-DEFINE_BOOL(serialize_toplevel, false, "enable caching of toplevel scripts") |
+DEFINE_BOOL(serialize_toplevel, true, "enable caching of toplevel scripts") |
DEFINE_BOOL(trace_code_serializer, false, "print code serializer trace") |
// compiler.cc |