Description[heap] Add page evacuation mode for new->old
In a full mark-compact GC, instead of copying memory to old space for
pages that have more than X% live bytes, we just move the whole page over to old
space.
X=70 (default value)
BUG=chromium:581412
LOG=N
TBR=hpayer@chromium.org
This reverts commit 8b3337278f4202b058b37dcae35f66a7eef8f5c5.
Committed: https://crrev.com/2489738d4ad631580fa139b1bcc84f7f612fcbde
Cr-Commit-Position: refs/heads/master@{#35649}
Patch Set 1 #Patch Set 2 : Fix test #Patch Set 3 : Fix ExternalStringTable handling #
Messages
Total messages: 23 (11 generated)
|