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

Issue 2516303006: [heap] Refactor heap object iteration (Closed)

Created:
4 years, 1 month ago by Michael Lippautz
Modified:
4 years ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Refactor heap object iteration BUG= Committed: https://crrev.com/d094fa76f3dd0bb5fc3f4c669762aa97d88e0f76 Cr-Commit-Position: refs/heads/master@{#41226}

Patch Set 1 #

Patch Set 2 : Fix compilation #

Patch Set 3 : Fix remaining issue #

Patch Set 4 : Actually fixing the issue #

Patch Set 5 : Final fix #

Total comments: 2

Patch Set 6 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -167 lines) Patch
M src/heap/array-buffer-tracker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/mark-compact.cc View 6 chunks +13 lines, -21 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 13 chunks +86 lines, -125 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 chunks +19 lines, -10 lines 0 comments Download
M src/heap/spaces-inl.h View 1 2 3 4 5 3 chunks +17 lines, -7 lines 0 comments Download

Messages

Total messages: 33 (25 generated)
Michael Lippautz
ptal
4 years, 1 month ago (2016-11-22 13:18:32 UTC) #2
Hannes Payer (out of office)
LGTM https://codereview.chromium.org/2516303006/diff/80001/src/heap/spaces-inl.h File src/heap/spaces-inl.h (right): https://codereview.chromium.org/2516303006/diff/80001/src/heap/spaces-inl.h#newcode74 src/heap/spaces-inl.h:74: while (cur_addr_ != cur_end_) { Please add a ...
4 years ago (2016-11-23 13:07:26 UTC) #23
Michael Lippautz
https://codereview.chromium.org/2516303006/diff/80001/src/heap/spaces-inl.h File src/heap/spaces-inl.h (right): https://codereview.chromium.org/2516303006/diff/80001/src/heap/spaces-inl.h#newcode74 src/heap/spaces-inl.h:74: while (cur_addr_ != cur_end_) { On 2016/11/23 13:07:26, Hannes ...
4 years ago (2016-11-23 13:29:07 UTC) #24
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/2516303006/100001
4 years ago (2016-11-23 13:29:17 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-11-23 13:57:45 UTC) #29
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/d094fa76f3dd0bb5fc3f4c669762aa97d88e0f76 Cr-Commit-Position: refs/heads/master@{#41226}
4 years ago (2016-11-23 13:58:23 UTC) #31
Michael Achenbach
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/2529663002/ by machenbach@chromium.org. ...
4 years ago (2016-11-23 15:28:03 UTC) #32
Michael Achenbach
4 years ago (2016-11-23 15:30:43 UTC) #33
Message was sent while issue was closed.
Also getting this:
07:23:52.461 32510   # Fatal error in ../../v8/src/heap/marking.h, line 340
07:23:52.461 32510   # Check failed: IsGrey(markbit).

In
https://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Linux%2064%20%...

Powered by Google App Engine
This is Rietveld 408576698