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 1268663004: Add support for large object IsSlotInBlackObject to filter out all dead slots correctly. (Closed)

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

Description

Add support for large object IsSlotInBlackObject to filter out all dead slots correctly. BUG=chromium:454297 LOG=n Committed: https://crrev.com/82e1069330a9cdc692602fef766d1aec5b9e9328 Cr-Commit-Position: refs/heads/master@{#29979}

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

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

Messages

Total messages: 22 (8 generated)
Hannes Payer (out of office)
5 years, 4 months ago (2015-07-30 12:35:13 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/1268663004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1268663004/diff/1/src/heap/mark-compact.cc#newcode3063 src/heap/mark-compact.cc:3063: Space* owner = p->owner(); owner() could actually return lo
5 years, 4 months ago (2015-07-30 12:38:12 UTC) #3
ulan
https://codereview.chromium.org/1268663004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1268663004/diff/1/src/heap/mark-compact.cc#newcode3064 src/heap/mark-compact.cc:3064: if (owner == heap_->lo_space() || owner == NULL) { ...
5 years, 4 months ago (2015-07-30 12:45:23 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/1268663004/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1268663004/diff/1/src/heap/mark-compact.cc#newcode3064 src/heap/mark-compact.cc:3064: if (owner == heap_->lo_space() || owner == NULL) { ...
5 years, 4 months ago (2015-07-30 13:40:29 UTC) #5
Hannes Payer (out of office)
I added an explicit check for slots buffer: we should never see recorded slots buffer ...
5 years, 4 months ago (2015-07-30 13:41:41 UTC) #6
ulan
lgtm
5 years, 4 months ago (2015-07-30 13:47:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1268663004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1268663004/20001
5 years, 4 months ago (2015-07-30 13:48:30 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/8147)
5 years, 4 months ago (2015-07-30 13:51:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1268663004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1268663004/40001
5 years, 4 months ago (2015-07-30 17:18:55 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel/builds/8225)
5 years, 4 months ago (2015-07-30 17:30:54 UTC) #16
Hannes Payer (out of office)
After investigating the crasher on the build bots. Fact: we record slots for large objects ...
5 years, 4 months ago (2015-08-03 14:50:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1268663004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1268663004/100001
5 years, 4 months ago (2015-08-03 14:59:20 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 4 months ago (2015-08-03 15:23:58 UTC) #21
commit-bot: I haz the power
5 years, 4 months ago (2015-08-03 15:24:24 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/82e1069330a9cdc692602fef766d1aec5b9e9328
Cr-Commit-Position: refs/heads/master@{#29979}

Powered by Google App Engine
This is Rietveld 408576698