|
|
FlowGraphCompiler is not a visitor any longer. Start consolidating shared code between the x64 and ia32 compilers into a FlowGraphCompilerShared. Idea would to use the FlowGraphCompilerShared type from shared code, and FlowGraphCompiler from machine specific code.
Committed: https://code.google.com/p/dart/source/detail?r=8207
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+420 lines, -752 lines) |
Patch |
 |
M |
runtime/vm/flow_graph_compiler_ia32.h
|
View
|
1
2
3
4
5
|
3 chunks |
+2 lines, -46 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_ia32.cc
|
View
|
1
2
3
4
5
|
16 chunks |
+34 lines, -151 lines |
0 comments
|
Download
|
 |
A |
runtime/vm/flow_graph_compiler_shared.h
|
View
|
1
2
3
4
|
1 chunk |
+147 lines, -0 lines |
0 comments
|
Download
|
 |
A |
runtime/vm/flow_graph_compiler_shared.cc
|
View
|
1
2
3
4
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.h
|
View
|
1
2
3
4
5
|
4 chunks |
+2 lines, -82 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.cc
|
View
|
1
2
3
4
5
|
20 chunks |
+40 lines, -466 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.h
|
View
|
1
2
3
4
5
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_ia32.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_x64.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/vm_sources.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|