|
Replace slots buffer with remembered set.
Slots pointing to evacuation candidates are now recorded in the new RememberedSet<OLD_TO_OLD>.
The remembered set is extended to support typed slots.
During parallel evacuation all migration slots are recorded in local slots buffers.
After evacuation all local slots are added to the remembered set.
BUG= chromium:578883
LOG=NO
Committed: https://crrev.com/2285a99ef6f7d52f4f0c4d88a7db4224443ee152
Cr-Commit-Position: refs/heads/master@{#34212}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+619 lines, -828 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/heap/heap.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap/incremental-marking.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/heap/incremental-marking.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/heap/incremental-marking-inl.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/heap/mark-compact.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
9 chunks |
+9 lines, -36 lines |
0 comments
|
Download
|
|
M |
src/heap/mark-compact.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
33 chunks |
+130 lines, -283 lines |
0 comments
|
Download
|
|
M |
src/heap/mark-compact-inl.h
|
View
|
|
2 chunks |
+4 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/heap/objects-visiting-inl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/heap/remembered-set.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
4 chunks |
+142 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/heap/remembered-set.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+18 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/heap/slot-set.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+121 lines, -2 lines |
0 comments
|
Download
|
|
D |
src/heap/slots-buffer.h
|
View
|
|
1 chunk |
+0 lines, -175 lines |
0 comments
|
Download
|
|
D |
src/heap/slots-buffer.cc
|
View
|
|
1 chunk |
+0 lines, -164 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces.h
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+47 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/heap/spaces-inl.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+33 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/heap/store-buffer.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
|
M |
src/heap/store-buffer-inl.h
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-unboxed-doubles.cc
|
View
|
|
2 chunks |
+3 lines, -11 lines |
0 comments
|
Download
|
|
A |
test/unittests/heap/remembered-set-unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/unittests/heap/slot-set-unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+30 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/unittests/unittests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 16 (8 generated)
|