Reviewers: vogelheim,

Message:
The reason I'm not removing this flag is
- I want to have a v8-side flag to turn off code caching, if it becomes
necessary.
- The test bot currently relies on this flag.

We can remove it at a later time.

Description:
Enable --serialize-toplevel by default.

[email protected]

Please review this at https://codereview.chromium.org/661343003/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M src/flag-definitions.h


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


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to