DescriptionReland of "[heap] Fine-grained JSArrayBuffer tracking"
Track based on JSArrayBuffer addresses on pages instead of the attached
backing store.
Details of tracking:
- Scavenge: New space pages are processes in bulk on the main thread
- MC: Unswept pages are processed in bulk in parallel. All other pages
are processed by the sweeper concurrently.
This reverts commit d2dff0320b75bf6054e46c379b192619d4884caf.
R=hpayer@chromium.org
BUG=chromium:611688
LOG=N
CQ_EXTRA_TRYBOTS=tryserver.v8:v8_linux_arm64_gc_stress_dbg,v8_linux_gc_stress_dbg,v8_mac_gc_stress_dbg,v8_linux64_tsan_rel,v8_mac64_asan_rel
Committed: https://crrev.com/b5704bc1e6ba74c9ca975f5d58f5b2dc60261457
Cr-Commit-Position: refs/heads/master@{#36495}
Patch Set 1 : base #Patch Set 2 : rebase after scavenger change on ToT #Patch Set 3 : Lock-based implementation #Patch Set 4 : Pipe through a single interface #Patch Set 5 : Remove unnecessary sweeper api #
Total comments: 2
Patch Set 6 : Addressed comment #
Messages
Total messages: 36 (21 generated)
|