Description[heap] Pass a force_promotion flag to the evacuation routine in the scavenger.
The {force_promotion} flag causes the scavenger to move an object to the
old generation instead of to the other semi-space. We use the flag to force
the promotion of objects which are referenced by code objects.
R=ulan@chromium.org
Committed: https://crrev.com/f2a7ba6449406d0b11a245aa1f5b4981265b6f20
Cr-Commit-Position: refs/heads/master@{#36443}
Committed: https://crrev.com/7d3f9f13615af1c44b28caa62ea7c3a0a0f24c60
Cr-Commit-Position: refs/heads/master@{#36462}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Use the enum {PromotionMode} instead of a boolean flag. #
Total comments: 4
Patch Set 3 : #Patch Set 4 : Rebase. #
Messages
Total messages: 21 (6 generated)
|