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

Issue 1051243004: Filter out remembered slots that are at the start of an object. (Closed)

Created:
5 years, 8 months ago by Hannes Payer (out of office)
Modified:
5 years, 8 months ago
Reviewers:
Igor Sheludko, ulan
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Filter out remembered slots that are at the start of an object. These slots are invalid and can result in a broken offset when slot index and start of object are equal and are at the beginning of a cell. Moreover, make DCHECKs CHECKs to catch bugs in the wild. BUG=chromium:473174 LOG=n Committed: https://crrev.com/189b355a76ea5a26fba18e712f4849f0435e856b Cr-Commit-Position: refs/heads/master@{#27602}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

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

Messages

Total messages: 9 (3 generated)
Hannes Payer (out of office)
5 years, 8 months ago (2015-04-02 18:00:02 UTC) #2
Igor Sheludko
lgtm with a nit: https://codereview.chromium.org/1051243004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1051243004/diff/1/src/heap/mark-compact.cc#newcode3128 src/heap/mark-compact.cc:3128: if ((cells[start_index] & index_in_cell) > ...
5 years, 8 months ago (2015-04-02 21:51:41 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/1051243004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1051243004/diff/1/src/heap/mark-compact.cc#newcode3128 src/heap/mark-compact.cc:3128: if ((cells[start_index] & index_in_cell) > 0) { On 2015/04/02 ...
5 years, 8 months ago (2015-04-06 14:38:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1051243004/20001
5 years, 8 months ago (2015-04-06 14:38:31 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-06 14:58:13 UTC) #8
commit-bot: I haz the power
5 years, 8 months ago (2015-04-06 14:58:23 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/189b355a76ea5a26fba18e712f4849f0435e856b
Cr-Commit-Position: refs/heads/master@{#27602}

Powered by Google App Engine
This is Rietveld 408576698