Thank, landing

https://codereview.chromium.org/1141393002/diff/60001/src/heap/gc-idle-time-handler.cc
File src/heap/gc-idle-time-handler.cc (right):

https://codereview.chromium.org/1141393002/diff/60001/src/heap/gc-idle-time-handler.cc#newcode351
src/heap/gc-idle-time-handler.cc:351: background_idle_notifications_++;
On 2015/05/19 14:36:33, rmcilroy wrote:
do we want this instead:

if (idle_time_in_ms >= kMinBackgroundIdleTime) {
        background_idle_notifications_++;
} else if (idle_time_in_ms >= kMinLongIdleTime) {
        long_idle_notifications_++;
}

This would ensure we don't overcount long_idle_notifications.

Done.

https://codereview.chromium.org/1141393002/diff/60001/src/heap/gc-idle-time-handler.cc#newcode376
src/heap/gc-idle-time-handler.cc:376: int gcs) {
On 2015/05/19 14:36:33, rmcilroy wrote:
nit - gcs -> mutator_gcs

Done.

https://codereview.chromium.org/1141393002/

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