|
On a call to Array(), we patched a call ic. This CL makes do with a single dispatcher which inlines the special handling for the Array() call case, loading the allocation site found in the vector and calling the array constructor stub appropriately.
BUG=
Committed: https://crrev.com/ba7b64139886ab7987406a92bf0e801b807c9fe4
Cr-Commit-Position: refs/heads/master@{#30649}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+119 lines, -344 lines) |
Patch |
|
M |
src/arm/code-stubs-arm.cc
|
View
|
1
2
|
5 chunks |
+17 lines, -34 lines |
0 comments
|
Download
|
|
M |
src/arm64/code-stubs-arm64.cc
|
View
|
1
2
|
5 chunks |
+19 lines, -36 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.h
|
View
|
1
|
5 chunks |
+1 line, -26 lines |
0 comments
|
Download
|
|
M |
src/code-stubs.cc
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/ia32/code-stubs-ia32.cc
|
View
|
1
|
5 chunks |
+16 lines, -30 lines |
0 comments
|
Download
|
|
M |
src/ic/ic.h
|
View
|
1
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/ic/ic.cc
|
View
|
1
|
3 chunks |
+12 lines, -97 lines |
0 comments
|
Download
|
|
M |
src/ic/ic-inl.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/code-stubs-mips.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -31 lines |
0 comments
|
Download
|
|
M |
src/mips64/code-stubs-mips64.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -33 lines |
0 comments
|
Download
|
|
M |
src/runtime/runtime.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/x64/code-stubs-x64.cc
|
View
|
1
2
3
|
4 chunks |
+25 lines, -45 lines |
0 comments
|
Download
|
Total messages: 8 (2 generated)
|