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

Issue 479693004: Add finalize sweeping event to GCIdleTimeHandler. (Closed)

Created:
6 years, 4 months ago by Hannes Payer (out of office)
Modified:
6 years, 4 months ago
Reviewers:
ulan
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Add finalize sweeping event to GCIdleTimeHandler. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23302

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -17 lines) Patch
M src/heap/gc-idle-time-handler.h View 1 4 chunks +19 lines, -3 lines 0 comments Download
M src/heap/gc-idle-time-handler.cc View 1 2 3 4 5 chunks +10 lines, -6 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 2 chunks +4 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hannes Payer (out of office)
6 years, 4 months ago (2014-08-21 16:50:58 UTC) #1
ulan
lgtm https://codereview.chromium.org/479693004/diff/40001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (left): https://codereview.chromium.org/479693004/diff/40001/src/heap/gc-idle-time-handler.cc#oldcode13 src/heap/gc-idle-time-handler.cc:13: const size_t GCIdleTimeHandler::kMaxMarkCompactTimeInMs = 1000000; Do heap-unit-tests link ...
6 years, 4 months ago (2014-08-22 07:51:58 UTC) #2
ulan
https://codereview.chromium.org/479693004/diff/40001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/479693004/diff/40001/src/heap/gc-idle-time-handler.cc#newcode75 src/heap/gc-idle-time-handler.cc:75: if (heap_state.sweeping_in_progress && On the second thought, this check ...
6 years, 4 months ago (2014-08-22 08:05:35 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/479693004/diff/40001/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/479693004/diff/40001/src/heap/gc-idle-time-handler.cc#newcode75 src/heap/gc-idle-time-handler.cc:75: if (heap_state.sweeping_in_progress && On 2014/08/22 08:05:35, ulan wrote: > ...
6 years, 4 months ago (2014-08-22 09:57:04 UTC) #4
Hannes Payer (out of office)
6 years, 4 months ago (2014-08-22 11:14:25 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as 23302 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698