|
Refactor incremental marking to use static visitor.
This is a refactoring only change that switches incremental marking to
use a static object visitor. It also shares the common code between the
non-incremental and the incremental marker. Sharing that would require
semantical changes will be done later.
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=12193
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+330 lines, -289 lines) |
Patch |
|
M |
src/heap.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/incremental-marking.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/incremental-marking.cc
|
View
|
1
|
10 chunks |
+79 lines, -83 lines |
0 comments
|
Download
|
|
M |
src/mark-compact.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/mark-compact.cc
|
View
|
1
|
21 chunks |
+46 lines, -187 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
|
M |
src/objects-visiting.h
|
View
|
|
2 chunks |
+66 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/objects-visiting-inl.h
|
View
|
|
2 chunks |
+134 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|