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

Issue 1313383005: Clear SMI and non-evacuation candidate entries when filtering the slots buffer. (Closed)

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

Description

Clear SMI and non-evacuation candidate entries when filtering the slots buffer. BUG= Committed: https://crrev.com/d4e372b41b91665ea8398e510dd30072c1a88a4f Cr-Commit-Position: refs/heads/master@{#30415}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

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

Messages

Total messages: 24 (10 generated)
Hannes Payer (out of office)
5 years, 3 months ago (2015-08-26 22:32:15 UTC) #2
Igor Sheludko
https://codereview.chromium.org/1313383005/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1313383005/diff/1/src/heap/mark-compact.cc#newcode4510 src/heap/mark-compact.cc:4510: (object->IsHeapObject() && heap->InNewSpace(object)) || You can remove object->IsHeapObject() part ...
5 years, 3 months ago (2015-08-27 07:04:31 UTC) #3
Igor Sheludko
5 years, 3 months ago (2015-08-27 07:04:32 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/1313383005/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1313383005/diff/1/src/heap/mark-compact.cc#newcode4510 src/heap/mark-compact.cc:4510: (object->IsHeapObject() && heap->InNewSpace(object)) || On 2015/08/27 07:04:31, Igor Sheludko ...
5 years, 3 months ago (2015-08-27 08:54:51 UTC) #5
Igor Sheludko
lgtm
5 years, 3 months ago (2015-08-27 08:56:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313383005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313383005/20001
5 years, 3 months ago (2015-08-27 09:03:42 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/7389)
5 years, 3 months ago (2015-08-27 09:09:53 UTC) #10
Hannes Payer (out of office)
This code is tricky! Small fix. https://codereview.chromium.org/1313383005/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1313383005/diff/40001/src/heap/mark-compact.cc#newcode4533 src/heap/mark-compact.cc:4533: !Page::FromAddress(reinterpret_cast<Address>(object)) Order is ...
5 years, 3 months ago (2015-08-27 12:19:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313383005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313383005/40001
5 years, 3 months ago (2015-08-27 12:19:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313383005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313383005/40001
5 years, 3 months ago (2015-08-27 12:25:19 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/7405)
5 years, 3 months ago (2015-08-27 13:04:11 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313383005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313383005/60001
5 years, 3 months ago (2015-08-27 13:53:24 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-08-27 14:30:49 UTC) #23
commit-bot: I haz the power
5 years, 3 months ago (2015-08-27 14:31:09 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d4e372b41b91665ea8398e510dd30072c1a88a4f
Cr-Commit-Position: refs/heads/master@{#30415}

Powered by Google App Engine
This is Rietveld 408576698