|
|
Supports FrameLookup vm test on MIPS
As with the similar CL for ARM, also:
- Supports inline allocation of objects.
- Supports checking of inline cache and instance calls.
- Supports subtype test cache.
- Supports (some) equality checks.
- Supports for (some) conditional branches.
- Supports for pool pointer setup in stubs.
Committed: https://code.google.com/p/dart/source/detail?r=21233
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1227 lines, -99 lines) |
Patch |
 |
M |
runtime/tests/vm/vm.status
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_mips.h
|
View
|
1
2
|
3 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_mips.cc
|
View
|
1
2
|
4 chunks |
+46 lines, -18 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/constants_mips.h
|
View
|
1
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_mips.cc
|
View
|
1
|
11 chunks |
+91 lines, -17 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_mips.cc
|
View
|
1
2
|
8 chunks |
+462 lines, -22 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/resolver_test.cc
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/simulator_mips.cc
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stack_frame_mips.cc
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_arm.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_mips.cc
|
View
|
|
11 chunks |
+590 lines, -25 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|