Revision: 21327
Author:   [email protected]
Date:     Thu May 15 11:10:07 2014 UTC
Log:      Decrease OldSurvivalRateLowThreshold to fit heap growing strategy.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/282223005
http://code.google.com/p/v8/source/detail?r=21327

Modified:
 /branches/bleeding_edge/src/heap.h

=======================================
--- /branches/bleeding_edge/src/heap.h  Tue May 13 06:22:49 2014 UTC
+++ /branches/bleeding_edge/src/heap.h  Thu May 15 11:10:07 2014 UTC
@@ -2025,7 +2025,7 @@
   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