|
Support Smi->Double->HeapObject transitions in constructed Arrays.
Also several bugs with Smi/double elements handling and make Ensure* routines more flexible.
BUG=none
TEST=test/mjsunit/array-construct-transition.js
Committed: http://code.google.com/p/v8/source/detail?r=10218
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+344 lines, -122 lines) |
Patch |
|
M |
src/arm/builtins-arm.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
src/builtins.cc
|
View
|
1
2
3
|
5 chunks |
+51 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/elements.h
|
View
|
1
2
3
4
|
1 chunk |
+15 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/elements.cc
|
View
|
1
2
3
4
|
5 chunks |
+27 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/factory.h
|
View
|
1
2
3
|
1 chunk |
+10 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/factory.cc
|
View
|
1
2
3
4
|
1 chunk |
+24 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/ia32/builtins-ia32.cc
|
View
|
1
2
3
|
2 chunks |
+31 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
|
4 chunks |
+19 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
2
3
|
5 chunks |
+43 lines, -31 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
|
4 chunks |
+73 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/x64/builtins-x64.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/array-construct-transition.js
|
View
|
1
2
3
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|