Reviewers: mvstanton,

Description:
Decrease OldSurvivalRateLowThreshold to fit heap growing strategy.

BUG=

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

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

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


Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index 8e3cd3f2b05724860dea12d18b3a1329701b210d..d0d35473912f9588981f1924c5df16eedbe40268 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -2025,7 +2025,7 @@ class Heap {
   static const int kYoungSurvivalRateLowThreshold = 10;
   static const int kYoungSurvivalRateAllowedDeviation = 15;

-  static const int kOldSurvivalRateLowThreshold = 20;
+  static const int kOldSurvivalRateLowThreshold = 10;

   int young_survivors_after_last_gc_;
   int high_survival_rate_period_length_;


--
--
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