|
MIPS: Introduce FLAG_vector_ics.
Port r22500 (8fd2751)
Original commit message:
When FLAG_vector_ics is true, then AST nodes that use Load and KeyedLoad ICs
will allocate a type vector slot to store feedback information. Full codegen
will emit a load of the slot into a register if the flag is on.
Support is incomplete, right now the IC doesn't know how to use the feedback
slot.
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+254 lines, -43 lines) |
Patch |
|
M |
src/mips/full-codegen-mips.cc
|
View
|
|
14 chunks |
+54 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/mips/ic-mips.cc
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/lithium-codegen-mips.cc
|
View
|
|
3 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/lithium-mips.h
|
View
|
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/mips/lithium-mips.cc
|
View
|
|
3 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/mips64/full-codegen-mips64.cc
|
View
|
|
15 chunks |
+55 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/mips64/ic-mips64.cc
|
View
|
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
|
M |
src/mips64/lithium-codegen-mips64.cc
|
View
|
|
3 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/lithium-mips64.h
|
View
|
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/mips64/lithium-mips64.cc
|
View
|
|
3 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|