Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Issue 492763002: Move idle notification handling to GCIdleTimeHandler. (Closed)

Created:
6 years, 4 months ago by ulan
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Move idle notification handling to GCIdleTimeHandler. BUG= R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23282

Patch Set 1 #

Patch Set 2 : Undo accidental changes #

Patch Set 3 : Undo more changes #

Total comments: 13

Patch Set 4 : Address comments #

Patch Set 5 : Rebase #

Patch Set 6 : Remove base embedded #

Total comments: 8

Patch Set 7 : rename EstimateMarkSweepTime #

Patch Set 8 : Add tests #

Patch Set 9 : Casts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -115 lines) Patch
M src/heap/gc-idle-time-handler.h View 1 2 3 4 5 6 7 2 chunks +89 lines, -3 lines 0 comments Download
M src/heap/gc-idle-time-handler.cc View 1 2 3 4 5 6 7 8 3 chunks +51 lines, -4 lines 0 comments Download
M src/heap/gc-tracer.h View 1 2 3 4 5 3 chunks +8 lines, -2 lines 0 comments Download
M src/heap/gc-tracer.cc View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 chunks +4 lines, -31 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 7 5 chunks +31 lines, -75 lines 0 comments Download
M test/heap-unittests/heap-unittest.cc View 1 2 3 4 5 6 7 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ulan
PTAL
6 years, 4 months ago (2014-08-20 13:41:49 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/492763002/diff/40001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/492763002/diff/40001/src/heap/gc-idle-time-handler.cc#newcode61 src/heap/gc-idle-time-handler.cc:61: intptr_t speed = gc_tracer->MaxMarkSweepSpeedInBytesPerMillisecond(); Why are we taking the ...
6 years, 4 months ago (2014-08-20 18:24:11 UTC) #2
ulan
Thanks for comments. PTAL. https://codereview.chromium.org/492763002/diff/40001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/492763002/diff/40001/src/heap/gc-idle-time-handler.cc#newcode61 src/heap/gc-idle-time-handler.cc:61: intptr_t speed = gc_tracer->MaxMarkSweepSpeedInBytesPerMillisecond(); On ...
6 years, 4 months ago (2014-08-21 08:45:19 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/492763002/diff/100001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/492763002/diff/100001/src/heap/gc-idle-time-handler.cc#newcode38 src/heap/gc-idle-time-handler.cc:38: intptr_t size_of_objects, intptr_t mark_sweep_speed_in_bytes_per_ms) { Can we make the ...
6 years, 4 months ago (2014-08-21 09:47:53 UTC) #4
ulan
Added tests and addressed comments. https://codereview.chromium.org/492763002/diff/100001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/492763002/diff/100001/src/heap/gc-idle-time-handler.cc#newcode38 src/heap/gc-idle-time-handler.cc:38: intptr_t size_of_objects, intptr_t mark_sweep_speed_in_bytes_per_ms) ...
6 years, 4 months ago (2014-08-21 11:44:01 UTC) #5
Hannes Payer (out of office)
lgtm
6 years, 4 months ago (2014-08-21 14:01:21 UTC) #6
ulan
6 years, 4 months ago (2014-08-21 14:42:31 UTC) #7
Message was sent while issue was closed.
Committed patchset #9 manually as 23282 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698