|
Separate markbits from heap object map words into bitmaps.
This change considerably degrades marking (50% slowdown) and sweeping (25% slowdown) but this is intended.
We are going to reduce overheads in the CLs that will follow.
Committed: http://code.google.com/p/v8/source/detail?r=6230
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+461 lines, -213 lines) |
Patch |
 |
M |
src/heap.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
1
|
10 chunks |
+43 lines, -15 lines |
1 comment
|
Download
|
 |
M |
src/heap-inl.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/mark-compact.h
|
View
|
|
5 chunks |
+129 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/mark-compact.cc
|
View
|
|
34 chunks |
+95 lines, -58 lines |
7 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
1
|
2 chunks |
+9 lines, -49 lines |
0 comments
|
Download
|
 |
M |
src/objects.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
2 chunks |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
M |
src/spaces.h
|
View
|
|
5 chunks |
+168 lines, -1 line |
7 comments
|
Download
|
 |
M |
src/spaces.cc
|
View
|
|
5 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|