• ahaas's avatar
    [heap] Get rid of the wrapper in remembered-set.h · 3ddb2249
    ahaas authored
    This patch moves the wrapper code from the remembered-set to the
    scavenger and the mark-compact code.
    
    The wrapper code inspected a slot address to see if the object that
    belongs to the address is in the from-space. If it was in the
    from-space, then some callback was executed on the object. If the object
    got move to the to-space, then the wrapper returned KEEP_SLOT, otherwise
    REMOVE_SLOT.
    
    This logic does not really belong to the remembered set, so I moved it
    away from there.
    
    R=ulan@chromium.org
    
    Review-Url: https://codereview.chromium.org/1994933002
    Cr-Commit-Position: refs/heads/master@{#36364}
    3ddb2249
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...
page-parallel-job.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...
spaces-inl.h Loading commit data...
spaces.cc Loading commit data...
spaces.h Loading commit data...
store-buffer.cc Loading commit data...
store-buffer.h Loading commit data...