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

Issue 2209583002: [heap] Remove border page (Closed)

Created:
4 years, 4 months ago by Michael Lippautz
Modified:
4 years, 2 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] Remove border page A page now belongs either the nursery *or* the intermediate gen. The page that contained objects of both spaces is removed in this change. BUG=chromium:636331 Committed: https://crrev.com/42ece47446f0dbd3779d6e0e00dce97a1931a9f9 Cr-Commit-Position: refs/heads/master@{#39778}

Patch Set 1 #

Patch Set 2 : Remove age_mark_ field and accessors. #

Patch Set 3 : rebase #

Patch Set 4 : Fix AllocatedSinceLastGC when top() is just behind the page #

Patch Set 5 : Fixes fixes fixes... #

Patch Set 6 : Fixes #

Patch Set 7 : Rebase #

Patch Set 8 : Cleanup #

Patch Set 9 : Fix acconting for fragmentation #

Total comments: 8

Patch Set 10 : Allow empty intermediate generation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -94 lines) Patch
M src/heap/heap.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
M src/heap/heap-inl.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -15 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -10 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 4 5 6 7 8 11 chunks +25 lines, -50 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 5 6 7 8 9 6 chunks +43 lines, -15 lines 0 comments Download
M src/heap/spaces-inl.h View 1 2 3 4 5 6 7 1 chunk +16 lines, -0 lines 0 comments Download
M test/cctest/heap/test-heap.cc View 1 2 3 4 5 6 7 8 9 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 54 (45 generated)
Michael Lippautz
PTAL Will check benchmarks for fragmentation issues introduced by sealing the intermediate generation.
4 years, 2 months ago (2016-09-26 15:52:35 UTC) #38
Hannes Payer (out of office)
https://codereview.chromium.org/2209583002/diff/240001/src/heap/spaces-inl.h File src/heap/spaces-inl.h (right): https://codereview.chromium.org/2209583002/diff/240001/src/heap/spaces-inl.h#newcode179 src/heap/spaces-inl.h:179: : Page::kAllocatableMemory; This method is not precise. Fragmentation at ...
4 years, 2 months ago (2016-09-27 08:28:32 UTC) #40
Michael Lippautz
Added the parts that allow an empty intermediate generation (+test). https://codereview.chromium.org/2209583002/diff/240001/src/heap/spaces-inl.h File src/heap/spaces-inl.h (right): https://codereview.chromium.org/2209583002/diff/240001/src/heap/spaces-inl.h#newcode179 ...
4 years, 2 months ago (2016-09-27 11:13:47 UTC) #41
Hannes Payer (out of office)
cool, lgtm
4 years, 2 months ago (2016-09-27 12:07:04 UTC) #42
ulan
lgtm
4 years, 2 months ago (2016-09-27 14:07:42 UTC) #47
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/2209583002/260001
4 years, 2 months ago (2016-09-27 14:52:33 UTC) #49
commit-bot: I haz the power
Committed patchset #10 (id:260001)
4 years, 2 months ago (2016-09-27 15:02:13 UTC) #51
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/42ece47446f0dbd3779d6e0e00dce97a1931a9f9 Cr-Commit-Position: refs/heads/master@{#39778}
4 years, 2 months ago (2016-09-27 15:02:31 UTC) #53
Michael Lippautz
4 years, 2 months ago (2016-09-29 08:23:59 UTC) #54
Message was sent while issue was closed.
A revert of this CL (patchset #10 id:260001) has been created in
https://codereview.chromium.org/2374253003/ by mlippautz@chromium.org.

The reason for reverting is: No real improvement as we still lack the ability to
promote from scavenges/young gen GCs.

Let's keep this in mind for later..

Powered by Google App Engine
This is Rietveld 408576698