|
Add flow graph printing into a .cfg file with flag --print-flow-graph-file.
This CL adds a flag --print-flow-graph-file which produces one
.cfg-file per isolate when enabled. Currently it prints the final
flow graph before code generation.
I also added SuccessorAt and SuccessorCount to allow easy iteration
over the successors of a basic block.
Committed: https://code.google.com/p/dart/source/detail?r=8322
Total comments: 5
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+319 lines, -10 lines) |
Patch |
|
M |
bin/main.cc
|
View
|
1
|
5 chunks |
+22 lines, -0 lines |
4 comments
|
Download
|
|
M |
include/dart_api.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
vm/dart.h
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
4 comments
|
Download
|
|
M |
vm/dart.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
vm/dart_api_impl.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
vm/flow_graph_builder.cc
|
View
|
1
|
1 chunk |
+11 lines, -3 lines |
1 comment
|
Download
|
|
M |
vm/il_printer.h
|
View
|
1
|
3 chunks |
+22 lines, -2 lines |
0 comments
|
Download
|
|
M |
vm/il_printer.cc
|
View
|
1
|
3 chunks |
+191 lines, -4 lines |
0 comments
|
Download
|
|
M |
vm/intermediate_language.h
|
View
|
|
5 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
|
M |
vm/intermediate_language.cc
|
View
|
|
2 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|