|
|
VM: Replace StoreVMField with StoreInstanceField.
This simplifies a lot of code in the optimizer and avoids the confusion
and errors due to mismatch input operands when using StoreVMField.
I added a separate constructor for LoadFieldInstr to avoid having
to explicily set the associated field there.
R=regis@google.com
Committed: https://code.google.com/p/dart/source/detail?r=33059
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+144 lines, -306 lines) |
Patch |
 |
M |
runtime/vm/flow_graph_builder.h
|
View
|
1
2
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_builder.cc
|
View
|
1
2
|
11 chunks |
+24 lines, -45 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_inliner.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_optimizer.cc
|
View
|
1
2
|
10 chunks |
+25 lines, -48 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_type_propagator.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/il_printer.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.h
|
View
|
1
2
|
7 chunks |
+31 lines, -43 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_arm.cc
|
View
|
1
2
|
8 chunks |
+11 lines, -36 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_ia32.cc
|
View
|
1
2
|
8 chunks |
+11 lines, -36 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_mips.cc
|
View
|
1
2
|
6 chunks |
+9 lines, -34 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_x64.cc
|
View
|
1
2
|
8 chunks |
+11 lines, -36 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|