Enable serializing eagerly compiled inner functions.
authoryangguo <yangguo@chromium.org>
Wed, 7 Jan 2015 11:24:39 +0000 (03:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 7 Jan 2015 11:24:54 +0000 (11:24 +0000)
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/830143004

Cr-Commit-Position: refs/heads/master@{#25966}

src/flag-definitions.h

index 6f36199..3fa5561 100644 (file)
@@ -498,7 +498,7 @@ DEFINE_BOOL(trace_stub_failures, false,
             "trace deoptimization of generated code stubs")
 
 DEFINE_BOOL(serialize_toplevel, true, "enable caching of toplevel scripts")
-DEFINE_BOOL(serialize_inner, false, "enable caching of inner functions")
+DEFINE_BOOL(serialize_inner, true, "enable caching of inner functions")
 DEFINE_BOOL(trace_serializer, false, "print code serializer trace")
 
 // compiler.cc