I think we need to have a strategy for throttling down again before landing
this
change?
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;
We should make sure to throttle this down again when there is a
decreasing trend.
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_;
Explicitly check greater than zero?
http://codereview.chromium.org/2809032/show
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev