• ulan's avatar
    Revert of Replace slots buffer with remembered set. (patchset #14 id:250001 of... · 9146bc5e
    ulan authored
    Revert of Replace slots buffer with remembered set. (patchset #14 id:250001 of https://codereview.chromium.org/1703823002/ )
    
    Reason for revert:
    Revert because of canary crashes: crbug.com/589413
    
    Original issue's description:
    > Replace slots buffer with remembered set.
    >
    > Slots pointing to evacuation candidates are now recorded in the new RememberedSet<OLD_TO_OLD>.
    >
    > The remembered set is extended to support typed slots.
    >
    > During parallel evacuation all migration slots are recorded in local slots buffers.
    > After evacuation all local slots are added to the remembered set.
    >
    > BUG=chromium:578883
    > LOG=NO
    >
    > Committed: https://crrev.com/2285a99ef6f7d52f4f0c4d88a7db4224443ee152
    > Cr-Commit-Position: refs/heads/master@{#34212}
    
    TBR=jochen@chromium.org,hpayer@chromium.org,mlippautz@chromium.org
    # Skipping CQ checks because original CL landed less than 1 days ago.
    NOPRESUBMIT=true
    NOTREECHECKS=true
    NOTRY=true
    BUG=chromium:578883
    
    Review URL: https://codereview.chromium.org/1725073003
    
    Cr-Commit-Position: refs/heads/master@{#34238}
    9146bc5e
Name
Last commit
Last update
..
OWNERS Loading commit data...
array-buffer-tracker.cc Loading commit data...
array-buffer-tracker.h Loading commit data...
gc-idle-time-handler.cc Loading commit data...
gc-idle-time-handler.h Loading commit data...
gc-tracer.cc Loading commit data...
gc-tracer.h Loading commit data...
heap-inl.h Loading commit data...
heap.cc Loading commit data...
heap.h Loading commit data...
incremental-marking-inl.h Loading commit data...
incremental-marking-job.cc Loading commit data...
incremental-marking-job.h Loading commit data...
incremental-marking.cc Loading commit data...
incremental-marking.h Loading commit data...
mark-compact-inl.h Loading commit data...
mark-compact.cc Loading commit data...
mark-compact.h Loading commit data...
memory-reducer.cc Loading commit data...
memory-reducer.h Loading commit data...
object-stats.cc Loading commit data...
object-stats.h Loading commit data...
objects-visiting-inl.h Loading commit data...
objects-visiting.cc Loading commit data...
objects-visiting.h Loading commit data...
remembered-set.cc Loading commit data...
remembered-set.h Loading commit data...
scavenge-job.cc Loading commit data...
scavenge-job.h Loading commit data...
scavenger-inl.h Loading commit data...
scavenger.cc Loading commit data...
scavenger.h Loading commit data...
slot-set.h Loading commit data...
slots-buffer.cc Loading commit data...
slots-buffer.h Loading commit data...
spaces-inl.h Loading commit data...
spaces.cc Loading commit data...
spaces.h Loading commit data...
store-buffer-inl.h Loading commit data...
store-buffer.cc Loading commit data...
store-buffer.h Loading commit data...