DescriptionPPC: 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 #
Messages
Total messages: 11 (4 generated)
|