DescriptionAdds a scavenge GC pass to collect unmodified references
Adds a scavenge GC pass that collects unmodified references instead of
processing object groups. This mode can be controlled by setting
FLAG_scavenge_reclaim_unmodified_objects. By default this is turned off.
Also, modified a test case to suit the handle the new GC pass.
BUG=v8:4421
LOG=N
Committed: https://crrev.com/959e050c1dd943f89bec53dcae52f9279243d23e
Cr-Commit-Position: refs/heads/master@{#31599}
Patch Set 1 #
Total comments: 9
Patch Set 2 : Sets the scavenge_reclaim_unmodified_objects to false by default. It is enabled by the renderer fro… #Patch Set 3 : Forgot to address a nit in my last patch #
Total comments: 2
Patch Set 4 : Merged unmodified flag with active flag and removed unmodified_flag #Patch Set 5 : Forgot a fix in the last patch #
Messages
Total messages: 14 (2 generated)
|