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

Issue 2251993002: [heap] Filter slots in map space (Closed)

Created:
4 years, 4 months ago by Michael Lippautz
Modified:
4 years, 4 months 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] Filter slots in map space We mark an object allocated as uninitialized. If we happen to have a GC before fields of a map are written, msan will observe access to unitialized memory and crash. This also unifies the handling as we now deal with all spaces in the same way. In future we could parallelize clearing. BUG=chromium:638226 R=hpayer@chromium.org Committed: https://crrev.com/23f61424e321c5895af568f13781a8d1669e8ada Cr-Commit-Position: refs/heads/master@{#38681}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M src/heap/remembered-set.cc View 1 1 chunk +11 lines, -11 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
Michael Lippautz
4 years, 4 months ago (2016-08-17 11:34:45 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/2251993002/diff/1/src/heap/remembered-set.cc File src/heap/remembered-set.cc (right): https://codereview.chromium.org/2251993002/diff/1/src/heap/remembered-set.cc#newcode47 src/heap/remembered-set.cc:47: return IsValidSlot(heap, chunk, slot) ? KEEP_SLOT : REMOVE_SLOT; For ...
4 years, 4 months ago (2016-08-17 11:51:25 UTC) #4
Hannes Payer (out of office)
lgtm
4 years, 4 months ago (2016-08-17 11:51:31 UTC) #5
Michael Lippautz
https://codereview.chromium.org/2251993002/diff/1/src/heap/remembered-set.cc File src/heap/remembered-set.cc (right): https://codereview.chromium.org/2251993002/diff/1/src/heap/remembered-set.cc#newcode47 src/heap/remembered-set.cc:47: return IsValidSlot(heap, chunk, slot) ? KEEP_SLOT : REMOVE_SLOT; On ...
4 years, 4 months ago (2016-08-17 12:16:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2251993002/20001
4 years, 4 months ago (2016-08-17 12:16:25 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-17 12:50:03 UTC) #12
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 12:50:21 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/23f61424e321c5895af568f13781a8d1669e8ada
Cr-Commit-Position: refs/heads/master@{#38681}

Powered by Google App Engine
This is Rietveld 408576698