Chromium Code Reviews

Issue 492263002: Start incremental marking in idle time handler only if it is worthwhile. (Closed)

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

Description

Start incremental marking in idle time handler only if it is worthwhile. BUG= R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23285

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Address nit #

Patch Set 4 : #

Unified diffs Side-by-side diffs Stats (+38 lines, -16 lines)
M src/heap/gc-idle-time-handler.h View 2 chunks +9 lines, -3 lines 0 comments
M src/heap/gc-idle-time-handler.cc View 2 chunks +10 lines, -8 lines 0 comments
M src/heap/heap.h View 1 chunk +2 lines, -0 lines 0 comments
M src/heap/heap.cc View 3 chunks +17 lines, -5 lines 0 comments

Messages

Total messages: 4 (0 generated)
ulan
PTAL
6 years, 4 months ago (2014-08-21 14:54:00 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/492263002/diff/1/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/492263002/diff/1/src/heap/heap.cc#newcode4307 src/heap/heap.cc:4307: WorthActivatingIncrementalMarking()) { As discussed offline, can we move that ...
6 years, 4 months ago (2014-08-21 15:25:18 UTC) #2
Hannes Payer (out of office)
I like it, one nit. LGTM https://codereview.chromium.org/492263002/diff/20001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/492263002/diff/20001/src/heap/heap.cc#newcode4287 src/heap/heap.cc:4287: return incremental_marking()->WorthActivating() && ...
6 years, 4 months ago (2014-08-21 15:46:20 UTC) #3
ulan
6 years, 4 months ago (2014-08-21 16:05:46 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as 23285 (presubmit successful).

Powered by Google App Engine