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

Issue 1679873003: PPC: New page local store buffer. (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: New page local store buffer. Port bb883395a814d10cee927eabe689a8070a40a86a Original commit message: This replaces the global remembered set with per-page remembered sets. Each page in the old space, map space, and large object space keeps track of the set of slots in the page pointing to the new space. The data structure for storing slot sets is a two-level bitmap, which allows us to remove the store buffer overflow and SCAN_ON_SCAVENGE logic. Design doc: https://goo.gl/sMKCf7 R=ulan@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com BUG=chromium:578883 LOG=NO Committed: https://crrev.com/4d85caff1bf72e02c7d6d031505958fab935837a Cr-Commit-Position: refs/heads/master@{#33823}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M src/ppc/code-stubs-ppc.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
MTBrandyberry
4 years, 10 months ago (2016-02-08 19:35:32 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/1679873003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679873003/1
4 years, 10 months ago (2016-02-08 19:38:16 UTC) #3
ulan
lgtm
4 years, 10 months ago (2016-02-08 19:46:29 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-08 20:06:25 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1679873003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1679873003/1
4 years, 10 months ago (2016-02-08 20:42:25 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-08 20:44:14 UTC) #9
commit-bot: I haz the power
4 years, 10 months ago (2016-02-08 20:44:37 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/4d85caff1bf72e02c7d6d031505958fab935837a
Cr-Commit-Position: refs/heads/master@{#33823}

Powered by Google App Engine
This is Rietveld 408576698