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

Issue 2139133003: [heap] Untangle Marking and friends from heap dependencies. (Closed)

Created:
4 years, 5 months ago by Hannes Payer (out of office)
Modified:
4 years, 5 months ago
Reviewers:
Michael Lippautz, ulan
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] Untangle Marking and friends from heap dependencies. BUG= Committed: https://crrev.com/ea90556a2f566d207b2a2e63b29f103e36c2c12f Cr-Commit-Position: refs/heads/master@{#37685}

Patch Set 1 #

Patch Set 2 : format #

Patch Set 3 : clear liveness #

Total comments: 6

Patch Set 4 : ensure white at end of test #

Patch Set 5 : fix comment formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+616 lines, -479 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/array-buffer-tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/heap.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/heap/heap-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/heap/incremental-marking.h View 2 chunks +20 lines, -0 lines 0 comments Download
M src/heap/incremental-marking.cc View 15 chunks +55 lines, -16 lines 0 comments Download
M src/heap/mark-compact.h View 3 chunks +5 lines, -133 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 44 chunks +50 lines, -90 lines 0 comments Download
M src/heap/mark-compact-inl.h View 4 chunks +10 lines, -8 lines 0 comments Download
A src/heap/marking.h View 1 1 chunk +314 lines, -0 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/heap/remembered-set.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/heap/scavenger.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 chunks +3 lines, -181 lines 0 comments Download
M src/heap/spaces.cc View 1 2 10 chunks +14 lines, -9 lines 0 comments Download
M src/heap/spaces-inl.h View 1 chunk +0 lines, -15 lines 0 comments Download
M src/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/heap/test-heap.cc View 7 chunks +9 lines, -8 lines 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A test/unittests/heap/marking-unittest.cc View 1 2 3 4 1 chunk +114 lines, -0 lines 0 comments Download
M test/unittests/unittests.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Hannes Payer (out of office)
PTAL. There are many ways how this code can be structured... comments welcome :)
4 years, 5 months ago (2016-07-12 13:51:22 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/2139133003/diff/40001/src/heap/mark-compact.h File src/heap/mark-compact.h (right): https://codereview.chromium.org/2139133003/diff/40001/src/heap/mark-compact.h#newcode32 src/heap/mark-compact.h:32: class ObjectMarking : public AllStatic { Instead of creating ...
4 years, 5 months ago (2016-07-12 14:02:32 UTC) #3
Michael Lippautz
LGTM https://codereview.chromium.org/2139133003/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2139133003/diff/40001/src/heap/mark-compact.cc#newcode41 src/heap/mark-compact.cc:41: // produce nit: formatting off https://codereview.chromium.org/2139133003/diff/40001/src/heap/mark-compact.h File src/heap/mark-compact.h ...
4 years, 5 months ago (2016-07-12 14:22:32 UTC) #4
ulan
lgtm!
4 years, 5 months ago (2016-07-12 14:24:53 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/2139133003/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2139133003/diff/40001/src/heap/mark-compact.cc#newcode41 src/heap/mark-compact.cc:41: // produce On 2016/07/12 14:22:31, Michael Lippautz wrote: > ...
4 years, 5 months ago (2016-07-12 14:44:26 UTC) #6
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/2139133003/80001
4 years, 5 months ago (2016-07-12 14:45:09 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-12 15:09:03 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-07-12 15:10:59 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ea90556a2f566d207b2a2e63b29f103e36c2c12f
Cr-Commit-Position: refs/heads/master@{#37685}

Powered by Google App Engine
This is Rietveld 408576698