|
Swapped transition array and descriptor array.
Now a map points to a transition array which contains the descriptor array. The descriptor array is now immutable. The next step is to share the descriptor array with all back-pointed maps as long as there is a single line of extension. Maps that require a descriptor array but don't need transitions will still need a pseudo-empty transition array to contain the descriptor array.
Committed: https://code.google.com/p/v8/source/detail?r=12298
Total comments: 9
Total comments: 18
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+262 lines, -411 lines) |
Patch |
|
M |
src/arm/macro-assembler-arm.cc
|
View
|
1
|
4 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
2
|
10 chunks |
+13 lines, -11 lines |
1 comment
|
Download
|
|
M |
src/factory.cc
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/ia32/macro-assembler-ia32.cc
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/mark-compact.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/mark-compact.cc
|
View
|
1
2
|
2 chunks |
+17 lines, -81 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
|
11 chunks |
+27 lines, -61 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
|
19 chunks |
+48 lines, -73 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
10 chunks |
+54 lines, -143 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/transitions.h
|
View
|
1
2
|
3 chunks |
+25 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/transitions.cc
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/transitions-inl.h
|
View
|
|
2 chunks |
+36 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.cc
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-alloc.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|