Description[heap] Start concurrent marking simultaneously with incremental marking.
This patch hooks up concurrent marking (behind the flag) with the rest
of the GC:
1. Incremental marking spawns concurrent marking task seeded with the
root set.
2. Mark-compact waits for concurrent marking tasks to finish.
3. Scavenger does fast promotion if concurrent marking is pending.
BUG=chromium:694255
Review-Url: https://codereview.chromium.org/2735803005
Cr-Commit-Position: refs/heads/master@{#44526}
Committed: https://chromium.googlesource.com/v8/v8/+/3477957ecd2cc69a6a264938fe57618e69cad05c
Patch Set 1 #Patch Set 2 : tweak #
Total comments: 10
Patch Set 3 : address comments #Patch Set 4 : address comments #Patch Set 5 : remove leftover #Patch Set 6 : fix test #Patch Set 7 : fix test #
Messages
Total messages: 19 (10 generated)
|