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

Issue 1862063002: [heap] Don't use black pages for map, code and, lo space. Instead color objects black. (Closed)

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

Description

[heap] Don't use black pages for map, code and, lo space. Instead color objects black. This reduced fragmentation in spaces where black pages are not a requirement. The only spaces where we need black pages is old space, because of allocation folding and fast inline allocation in generated code. BUG=chromium:599174 LOG=n Committed: https://crrev.com/d0151bfb137fac378a93703f86f2ac0c4f68cf3a Cr-Commit-Position: refs/heads/master@{#35315}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -13 lines) Patch
M src/heap/heap.cc View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M src/heap/heap-inl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 2 3 4 1 chunk +3 lines, -6 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 4 2 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
Hannes Payer (out of office)
4 years, 8 months ago (2016-04-06 15:59:12 UTC) #4
ulan
lgtm https://codereview.chromium.org/1862063002/diff/60001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1862063002/diff/60001/src/heap/heap.cc#newcode4243 src/heap/heap.cc:4243: if (i != OLD_SPACE) { DCHECK_NE(i, OLD_SPACE) because ...
4 years, 8 months ago (2016-04-06 16:44:43 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/1862063002/diff/60001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1862063002/diff/60001/src/heap/heap.cc#newcode4243 src/heap/heap.cc:4243: if (i != OLD_SPACE) { On 2016/04/06 at 16:44:43, ...
4 years, 8 months ago (2016-04-06 21:23:51 UTC) #6
Hannes Payer (out of office)
https://codereview.chromium.org/1862063002/diff/60001/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/1862063002/diff/60001/src/heap/spaces.cc#newcode1187 src/heap/spaces.cc:1187: identity() != CODE_SPACE && identity() != MAP_SPACE) { On ...
4 years, 8 months ago (2016-04-06 21:24:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1862063002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1862063002/80001
4 years, 8 months ago (2016-04-06 21:25:08 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-06 21:51:46 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-06 21:53:39 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d0151bfb137fac378a93703f86f2ac0c4f68cf3a
Cr-Commit-Position: refs/heads/master@{#35315}

Powered by Google App Engine
This is Rietveld 408576698