|
IC: Eliminate initialization_state as a factor in IC installation.
In Crankshaft, we would install special ICs that didn't need a vector and slot
in the MEGAMORPHIC case. This optimization limits our hand against future
improvements.
BUG=
Committed: https://crrev.com/56d90782a5a97e1854e9564056f45b6374664d75
Cr-Commit-Position: refs/heads/master@{#36597}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+238 lines, -506 lines) |
Patch |
|
M |
src/code-factory.h
|
View
|
|
2 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/code-factory.cc
|
View
|
|
4 chunks |
+19 lines, -31 lines |
0 comments
|
Download
|
|
M |
src/compiler/js-generic-lowering.cc
|
View
|
|
6 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm/lithium-arm.cc
|
View
|
1
|
5 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm/lithium-codegen-arm.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm64/lithium-arm64.cc
|
View
|
1
|
5 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/arm64/lithium-codegen-arm64.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/hydrogen.cc
|
View
|
|
5 chunks |
+17 lines, -33 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/hydrogen-instructions.h
|
View
|
|
16 chunks |
+35 lines, -78 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/ia32/lithium-codegen-ia32.cc
|
View
|
|
5 chunks |
+14 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/ia32/lithium-ia32.cc
|
View
|
|
5 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips/lithium-codegen-mips.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips/lithium-mips.cc
|
View
|
1
|
5 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips64/lithium-codegen-mips64.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/mips64/lithium-mips64.cc
|
View
|
1
|
5 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x64/lithium-codegen-x64.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x64/lithium-x64.cc
|
View
|
1
|
5 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/ic/ic.h
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/ic/ic.cc
|
View
|
|
2 chunks |
+8 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/interpreter/interpreter.cc
|
View
|
|
13 chunks |
+13 lines, -26 lines |
0 comments
|
Download
|
Total messages: 8 (3 generated)
|