|
Promoting elements transitions to their own field.
This is a first step towards separating all transitions from the property descriptions. If we link the property descriptions from the transition object, this will in allow the descriptor array (property descriptions) to become immutable.
Committed: https://code.google.com/p/v8/source/detail?r=11750
Total comments: 26
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+299 lines, -422 lines) |
Patch |
|
M |
src/arm/macro-assembler-arm.cc
|
View
|
1
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ast.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/hydrogen-instructions.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/macro-assembler-ia32.cc
|
View
|
1
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
2
3
4
5
6
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/mark-compact.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/mips/macro-assembler-mips.cc
|
View
|
1
2
3
4
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
4
5
6
7
8
|
11 chunks |
+46 lines, -23 lines |
1 comment
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
3
4
5
6
7
8
|
29 chunks |
+166 lines, -305 lines |
1 comment
|
Download
|
|
M |
src/objects-debug.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+49 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/objects-printer.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/property.h
|
View
|
2
3
4
5
6
|
3 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/property.cc
|
View
|
2
3
4
5
6
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/property-details.h
|
View
|
2
3
4
5
6
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|