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

Issue 1687113002: PPC: [heap] Move to page lookups for SemiSpace, NewSpace, and Heap containment methods (Closed)

Created:
4 years, 10 months ago by MTBrandyberry
Modified:
4 years, 10 months ago
CC:
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

PPC: [heap] Move to page lookups for SemiSpace, NewSpace, and Heap containment methods Port cfbd25617cfb8177bbb6377280e23ec356eb2373 Original commit message: Preparing the young generation for (real) non-contiguous backing memory, this change removes object masks that are used to compute containment in semi and new space. The masks are replaced by lookups for object tags and page headers, where possible. Details: - Use the fast checks (page header lookups) for containment in regular code. - Use the slow version that masks out the page start adress and iterates all pages of a space for debugging/verification. - The slow version works for off-heap/unmapped memory. - Encapsulate all checks for the old->new barrier in Heap::RecordWrite(). R=mlippautz@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com BUG=chromium:581412 LOG=N Committed: https://crrev.com/1ab7f2f8408c18509f31638675d7a9bc153c38df Cr-Commit-Position: refs/heads/master@{#33877}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -9 lines) Patch
M src/ppc/macro-assembler-ppc.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M src/ppc/simulator-ppc.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
MTBrandyberry
4 years, 10 months ago (2016-02-10 18:56:40 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1687113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1687113002/1
4 years, 10 months ago (2016-02-10 18:56:50 UTC) #3
michael_dawson
On 2016/02/10 18:56:50, commit-bot: I haz the power wrote: > Dry run: CQ is trying ...
4 years, 10 months ago (2016-02-10 19:05:32 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 19:20:53 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1687113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1687113002/1
4 years, 10 months ago (2016-02-10 20:07:15 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-10 20:09:19 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-02-11 10:40:59 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/1ab7f2f8408c18509f31638675d7a9bc153c38df
Cr-Commit-Position: refs/heads/master@{#33877}

Powered by Google App Engine
This is Rietveld 408576698