|
Reland "[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.
BUG= chromium:614730, 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/bc0fb6e83eb7351f52bfd6f780bb6c12bd87c58c
Cr-Commit-Position: refs/heads/master@{#36592}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+617 lines, -183 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
include/v8.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/heap/array-buffer-tracker.h
|
View
|
1
2
|
2 chunks |
+90 lines, -40 lines |
0 comments
|
Download
|
|
M |
src/heap/array-buffer-tracker.cc
|
View
|
1
2
|
1 chunk |
+136 lines, -90 lines |
0 comments
|
Download
|
|
A |
src/heap/array-buffer-tracker-inl.h
|
View
|
1
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap/heap.h
|
View
|
1
2
|
4 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/heap/heap.cc
|
View
|
1
2
|
6 chunks |
+3 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/heap/incremental-marking.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/heap/mark-compact.cc
|
View
|
1
2
|
9 chunks |
+16 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/heap/objects-visiting-inl.h
|
View
|
1
2
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
|
M |
src/heap/scavenger.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces.h
|
View
|
|
6 chunks |
+32 lines, -1 line |
0 comments
|
Download
|
|
M |
src/heap/spaces.cc
|
View
|
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
src/heap/spaces-inl.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/v8.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/heap/heap-utils.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/heap/heap-utils.cc
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/heap/test-array-buffer-tracker.cc
|
View
|
|
1 chunk |
+206 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (10 generated)
|