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

Issue 336693007: Oilpan: remove invalid asserts from ListHashSet tracing. (Closed)

Created:
6 years, 6 months ago by Mads Ager (chromium)
Modified:
6 years, 6 months ago
CC:
blink-reviews, blink-reviews-wtf_chromium.org, Mikhail, abarth-chromium
Project:
blink
Visibility:
Public.

Description

Oilpan: remove invalid asserts from ListHashSet tracing. When conservatively tracing ListHashSets we can end up tracing the ListHashSet itself where the ListHashSet backing has been marked and is on the marking stack for later tracing. Therefore, the asserts that the backing has already been fully traced if the backing is marked when we trace the ListHashSet is invalid. R=erik.corry@gmail.com, oilpan-reviews@chromium.org BUG=375669 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176110

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -6 lines) Patch
M Source/wtf/ListHashSet.h View 1 chunk +2 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mads Ager (chromium)
6 years, 6 months ago (2014-06-13 11:36:02 UTC) #1
Erik Corry
lgtm
6 years, 6 months ago (2014-06-13 11:47:33 UTC) #2
Mads Ager (chromium)
The CQ bit was checked by ager@chromium.org
6 years, 6 months ago (2014-06-13 11:49:12 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ager@chromium.org/336693007/1
6 years, 6 months ago (2014-06-13 11:49:44 UTC) #4
sof
That that marking&trace order invalidates the assert makes sense. You could instead assert that m_head ...
6 years, 6 months ago (2014-06-13 12:16:32 UTC) #5
sof
On 2014/06/13 12:16:32, sof wrote: > That that marking&trace order invalidates the assert makes sense. ...
6 years, 6 months ago (2014-06-13 12:19:43 UTC) #6
Mads Ager (chromium)
On 2014/06/13 12:19:43, sof wrote: > On 2014/06/13 12:16:32, sof wrote: > > That that ...
6 years, 6 months ago (2014-06-13 12:20:38 UTC) #7
commit-bot: I haz the power
Change committed as 176110
6 years, 6 months ago (2014-06-13 13:03:31 UTC) #8
haraken
6 years, 6 months ago (2014-06-13 13:19:05 UTC) #9
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698