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

Issue 777643002: Check whether the marking deque overflowed in ProcessEphemeralMarking (Closed)

Created:
6 years ago by jochen (gone - plz use gerrit)
Modified:
6 years ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Check whether the marking deque overflowed in ProcessEphemeralMarking Otherwise, we might exit to early when we call ProcessEphemeralMarking with an empty, overflown deque BUG=none R=hpayer@chromium.org,erik.corry@gmail.com LOG=n

Patch Set 1 #

Total comments: 3

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/heap/mark-compact.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
jochen (gone - plz use gerrit)
6 years ago (2014-12-03 12:26:27 UTC) #1
Erik Corry
https://codereview.chromium.org/777643002/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/777643002/diff/1/src/heap/mark-compact.cc#newcode2102 src/heap/mark-compact.cc:2102: work_to_do = !marking_deque_.IsEmpty() || marking_deque_.overflowed(); It would be better ...
6 years ago (2014-12-03 12:46:22 UTC) #2
jochen (gone - plz use gerrit)
Hannes proposed to just have the marking deque grow unboundedly now that is no longer ...
6 years ago (2014-12-03 12:48:57 UTC) #3
Erik Corry
That's what OIlpan does, but it's generally a much smaller heap.
6 years ago (2014-12-03 12:55:07 UTC) #4
Erik Corry
https://codereview.chromium.org/777643002/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/777643002/diff/1/src/heap/mark-compact.cc#newcode2094 src/heap/mark-compact.cc:2094: DCHECK(marking_deque_.IsEmpty()); Thinking about it some more, we should just ...
6 years ago (2014-12-03 13:09:12 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/777643002/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/777643002/diff/1/src/heap/mark-compact.cc#newcode2102 src/heap/mark-compact.cc:2102: work_to_do = !marking_deque_.IsEmpty() || marking_deque_.overflowed(); On 2014/12/03 12:46:21, Erik ...
6 years ago (2014-12-03 13:18:24 UTC) #6
jochen (gone - plz use gerrit)
i've uploaded a version that just reverts back to what we had before how about ...
6 years ago (2014-12-03 16:26:35 UTC) #7
Erik Corry
LGTM
6 years ago (2014-12-04 11:45:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/777643002/20001
6 years ago (2014-12-04 11:58:36 UTC) #10
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years ago (2014-12-04 11:58:38 UTC) #12
Erik Corry Chromium.org
LGTM
6 years ago (2014-12-04 12:17:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/777643002/20001
6 years ago (2014-12-04 13:44:16 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years ago (2014-12-04 14:09:35 UTC) #17
Hannes Payer (out of office)
6 years ago (2014-12-04 16:14:47 UTC) #18
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698