Reviewers: ulan,
Message:
PTAL
Description:
Bump global eval cache from 2 to 4 generations
BUG=
Please review this at https://codereview.chromium.org/673553003/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M src/compilation-cache.cc
Index: src/compilation-cache.cc
diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc
index
4e02cdd322a8706c1bcb3c8aa53ac3aed4846f0b..b6e4e5a9af3120d24a22b017e223ca6864dcf2e7
100644
--- a/src/compilation-cache.cc
+++ b/src/compilation-cache.cc
@@ -16,7 +16,7 @@ namespace internal {
// The number of ScriptGenerations is carefully chosen based on histograms.
// See issue 458: http://code.google.com/p/v8/issues/detail?id=458
static const int kScriptGenerations = 5;
-static const int kEvalGlobalGenerations = 2;
+static const int kEvalGlobalGenerations = 4;
static const int kEvalContextualGenerations = 2;
static const int kRegExpGenerations = 2;
--
--
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.