-
ulan authored
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 BUG=chromium:578883 LOG=NO Review URL: https://codereview.chromium.org/1608583002 Cr-Commit-Position: refs/heads/master@{#33806}
bb883395
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
bitmap-unittest.cc | ||
gc-idle-time-handler-unittest.cc | ||
heap-unittest.cc | ||
memory-reducer-unittest.cc | ||
scavenge-job-unittest.cc | ||
slot-set-unittest.cc |