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

Issue 12378071: Fix assert in PagedSpace::SizeOfObject for concurrent sweeping. (Closed)

Created:
7 years, 9 months ago by Hannes Payer (out of office)
Modified:
7 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Fix assert in PagedSpace::SizeOfObject for concurrent sweeping. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13814

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M src/spaces.h View 1 chunk +1 line, -5 lines 0 comments Download
M src/spaces.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hannes Payer (out of office)
7 years, 9 months ago (2013-03-04 15:21:32 UTC) #1
Michael Starzinger
https://codereview.chromium.org/12378071/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/12378071/diff/1/src/spaces.cc#newcode2481 src/spaces.cc:2481: heap()->mark_compact_collector()->IsConcurrentSweepingInProgress()); Better use the following assertion ... ASSERT(heap()->IsSweepingComplete() || ...
7 years, 9 months ago (2013-03-04 15:26:29 UTC) #2
Michael Starzinger
LGTM. As discussed offline, keeping it in the header is no longer possible, I see ...
7 years, 9 months ago (2013-03-04 15:39:15 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/12378071/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/12378071/diff/1/src/spaces.cc#newcode2481 src/spaces.cc:2481: heap()->mark_compact_collector()->IsConcurrentSweepingInProgress()); On 2013/03/04 15:26:29, Michael Starzinger wrote: > Better ...
7 years, 9 months ago (2013-03-04 15:47:40 UTC) #4
Hannes Payer (out of office)
7 years, 9 months ago (2013-03-04 15:48:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r13814 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698