|
|
Change indexed load and store IL instructions to fit with SSA backend.
Generic indexed operations are implemented as normal instance calls. Specialized
operations are inserted by the flow-graph optimizer. This also avoid a lot of duplicated code
in the code generator.
Committed: https://code.google.com/p/dart/source/detail?r=10727
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+197 lines, -413 lines) |
Patch |
 |
M |
vm/flow_graph_builder.h
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
vm/flow_graph_builder.cc
|
View
|
1
|
1 chunk |
+57 lines, -33 lines |
0 comments
|
Download
|
 |
M |
vm/flow_graph_compiler.cc
|
View
|
1
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
vm/flow_graph_compiler_x64.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
vm/flow_graph_optimizer.h
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
vm/flow_graph_optimizer.cc
|
View
|
1
|
4 chunks |
+76 lines, -64 lines |
1 comment
|
Download
|
 |
M |
vm/intermediate_language.h
|
View
|
1
|
4 chunks |
+19 lines, -36 lines |
0 comments
|
Download
|
 |
M |
vm/intermediate_language_ia32.cc
|
View
|
1
|
3 chunks |
+26 lines, -136 lines |
0 comments
|
Download
|
 |
M |
vm/intermediate_language_x64.cc
|
View
|
1
|
3 chunks |
+9 lines, -115 lines |
0 comments
|
Download
|
 |
M |
vm/token.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|