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

Issue 2644523002: [heap] Provide ObjectMarking with marking transitions (Closed)

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

Description

[heap] Provide ObjectMarking with marking transitions BUG=chromium:651354 Review-Url: https://codereview.chromium.org/2644523002 Cr-Commit-Position: refs/heads/master@{#42531} Committed: https://chromium.googlesource.com/v8/v8/+/cbb8929e97ee475dab4f704a71637e76342e903a

Patch Set 1 #

Total comments: 14

Patch Set 2 : Addressed comments #

Patch Set 3 : Fix RegisterReservationsForBlackAllocation #

Patch Set 4 : Fix markbit clearing for LO #

Total comments: 2

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -181 lines) Patch
M src/heap/array-buffer-tracker.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 8 chunks +11 lines, -9 lines 0 comments Download
M src/heap/incremental-marking.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/heap/incremental-marking.cc View 1 14 chunks +35 lines, -58 lines 0 comments Download
M src/heap/mark-compact.h View 1 2 3 2 chunks +71 lines, -1 line 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 34 chunks +45 lines, -69 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 2 chunks +12 lines, -22 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M src/heap/scavenger.cc View 1 2 3 4 2 chunks +3 lines, -5 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 chunks +8 lines, -9 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (21 generated)
Michael Lippautz
wdyt? We could also have IsBlack/Grey/White on ObjectMarking, avoiding exposed MarkBits for most places at ...
3 years, 11 months ago (2017-01-18 11:46:08 UTC) #3
Hannes Payer (out of office)
I like it. It is a bit "slower" since you have to query in several ...
3 years, 11 months ago (2017-01-18 14:43:35 UTC) #8
Michael Lippautz
Thanks! Addressed all your comments and (hopefully) fixed the tests. Basically, I also added the ...
3 years, 11 months ago (2017-01-18 15:58:07 UTC) #9
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/2644523002/diff/60001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2644523002/diff/60001/src/heap/mark-compact.cc#newcode1988 src/heap/mark-compact.cc:1988: SetMark(site); We may want to unify the marking ...
3 years, 11 months ago (2017-01-19 14:41:51 UTC) #18
Michael Lippautz
https://codereview.chromium.org/2644523002/diff/60001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2644523002/diff/60001/src/heap/mark-compact.cc#newcode1988 src/heap/mark-compact.cc:1988: SetMark(site); On 2017/01/19 14:41:51, Hannes Payer wrote: > We ...
3 years, 11 months ago (2017-01-19 18:50:12 UTC) #19
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/2644523002/60001
3 years, 11 months ago (2017-01-19 21:29:25 UTC) #22
commit-bot: I haz the power
Failed to apply patch for src/heap/mark-compact.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-19 23:21:12 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/2644523002/80001
3 years, 11 months ago (2017-01-20 07:21:09 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/v8/v8/+/cbb8929e97ee475dab4f704a71637e76342e903a
3 years, 11 months ago (2017-01-20 07:55:49 UTC) #30
Benedikt Meurer
3 years, 11 months ago (2017-01-20 08:29:58 UTC) #31
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2647873002/ by bmeurer@chromium.org.

The reason for reverting is: Breaks the tree:
https://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20gc%20stress/....

Powered by Google App Engine
This is Rietveld 408576698