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

Issue 9965054: Make progress in incremental marking if scavenge is delaying mark-sweep. (Closed)

Created:
8 years, 8 months ago by ulan
Modified:
8 years, 8 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Make progress in incremental marking if scavenge is delaying mark-sweep. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=11213

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Total comments: 1

Patch Set 3 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -30 lines) Patch
M src/heap.h View 1 2 chunks +0 lines, -5 lines 0 comments Download
M src/heap.cc View 1 3 chunks +12 lines, -9 lines 0 comments Download
M src/incremental-marking.h View 1 3 chunks +9 lines, -3 lines 0 comments Download
M src/incremental-marking.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M src/spaces.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 1 chunk +3 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
https://chromiumcodereview.appspot.com/9965054/diff/1/src/heap.cc File src/heap.cc (left): https://chromiumcodereview.appspot.com/9965054/diff/1/src/heap.cc#oldcode4821 src/heap.cc:4821: idle_notification_will_schedule_next_gc_ = true; This was the last site that ...
8 years, 8 months ago (2012-04-02 09:01:46 UTC) #1
ulan
Thanks, I uploaded new patch set. https://chromiumcodereview.appspot.com/9965054/diff/1/src/heap.cc File src/heap.cc (left): https://chromiumcodereview.appspot.com/9965054/diff/1/src/heap.cc#oldcode4821 src/heap.cc:4821: idle_notification_will_schedule_next_gc_ = true; ...
8 years, 8 months ago (2012-04-02 09:42:24 UTC) #2
Michael Starzinger
8 years, 8 months ago (2012-04-02 09:48:55 UTC) #3
LGTM (with one final nit).

https://chromiumcodereview.appspot.com/9965054/diff/6/test/cctest/test-heap.cc
File test/cctest/test-heap.cc (left):

https://chromiumcodereview.appspot.com/9965054/diff/6/test/cctest/test-heap.c...
test/cctest/test-heap.cc:1530: // code below.
Can you preserve this comment above the call to Step() above?

Powered by Google App Engine
This is Rietveld 408576698