http://codereview.chromium.org/2809032/diff/1/2 File src/heap.cc (right):
http://codereview.chromium.org/2809032/diff/1/2#newcode666 src/heap.cc:666: old_gen_promotion_limit_ *= 2; On 2010/06/24 10:35:02, Mads Ager wrote:
We should make sure to throttle this down again when there is a
decreasing
trend.
I wanted just to rely on next full GC. But detecting decreasing trend might be more reasonable. Added check after scavenge. http://codereview.chromium.org/2809032/diff/1/3 File src/heap.h (right): http://codereview.chromium.org/2809032/diff/1/3#newcode1318 src/heap.h:1318: return high_survival_rate_period_length_; On 2010/06/24 10:35:02, Mads Ager wrote:
Explicitly check greater than zero?
Done. http://codereview.chromium.org/2809032/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
