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

Issue 1497883003: [heap] Clean up stale store buffer entries for aborted pages. (Closed)

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

Description

[heap] Clean up stale store buffer entries for aborted pages. Fix the missed store buffer entries for live objects on aborted pages. Marking the page as scan_on_scavenge takes care of rebuilding the entries. Note that this requires an additional case in the rebuilding logic as we cannot iterate an aborted pages using the object layout, but rather have to use mark bits for this. BUG=chromium:524425, chromium:564498 LOG=N Committed: https://crrev.com/26fcd8300b1f07b78209de3d48466dc0a713b402 Cr-Commit-Position: refs/heads/master@{#32610}

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Removed wrong comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M src/heap/mark-compact.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M src/heap/store-buffer.cc View 1 chunk +16 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
Michael Lippautz
PTAL, this fixes the fix https://codereview.chromium.org/1497883003/diff/20001/src/heap/mark-compact.h File src/heap/mark-compact.h (right): https://codereview.chromium.org/1497883003/diff/20001/src/heap/mark-compact.h#newcode797 src/heap/mark-compact.h:797: friend class StoreBuffer; This ...
5 years ago (2015-12-04 10:48:58 UTC) #5
Hannes Payer (out of office)
LGTM! The dependencies are really complicated in this function :/ https://codereview.chromium.org/1497883003/diff/20001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1497883003/diff/20001/src/heap/mark-compact.cc#newcode3687 ...
5 years ago (2015-12-04 11:29:10 UTC) #6
Michael Lippautz
https://codereview.chromium.org/1497883003/diff/20001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1497883003/diff/20001/src/heap/mark-compact.cc#newcode3687 src/heap/mark-compact.cc:3687: // stopping recording of slots for it in the ...
5 years ago (2015-12-04 11:34:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1497883003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1497883003/40001
5 years ago (2015-12-04 11:34:34 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years ago (2015-12-04 12:11:00 UTC) #11
commit-bot: I haz the power
5 years ago (2015-12-04 12:11:14 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/26fcd8300b1f07b78209de3d48466dc0a713b402
Cr-Commit-Position: refs/heads/master@{#32610}

Powered by Google App Engine
This is Rietveld 408576698