|
Add fast Smi op version of switchable instance call stubs.
ARM: Change register passing the receiver to be different from the result register.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+431 lines, -100 lines) |
Patch |
 |
M |
runtime/vm/code_generator.cc
|
View
|
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_arm.cc
|
View
|
1
|
2 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_arm64.cc
|
View
|
1
|
2 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_mips.cc
|
View
|
|
1 chunk |
+22 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.cc
|
View
|
1
|
1 chunk |
+22 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_arm.cc
|
View
|
1
2
|
4 chunks |
+76 lines, -15 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_arm64.cc
|
View
|
1
2
|
4 chunks |
+75 lines, -14 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_ia32.cc
|
View
|
|
3 chunks |
+21 lines, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_mips.cc
|
View
|
|
5 chunks |
+75 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_x64.cc
|
View
|
1
|
5 chunks |
+78 lines, -10 lines |
0 comments
|
Download
|
|