Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1916)

Issue 10398015: Move FlowGraphPrinter to a new file. (Closed)

Created:
8 years, 7 months ago by Florian Schneider
Modified:
8 years, 7 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Move FlowGraphPrinter to a new file. This change is just moving code around. Committed: https://code.google.com/p/dart/source/detail?r=7627

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+450 lines, -422 lines) Patch
M vm/flow_graph_builder.cc View 2 chunks +1 line, -422 lines 0 comments Download
A vm/il_printer.h View 1 1 chunk +50 lines, -0 lines 0 comments Download
A vm/il_printer.cc View 1 1 chunk +397 lines, -0 lines 0 comments Download
M vm/vm_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
Just a preparation change before adding generation of IR visualizer output.
8 years, 7 months ago (2012-05-14 17:43:12 UTC) #1
srdjan
LGTM https://chromiumcodereview.appspot.com/10398015/diff/1/vm/il_printer.h File vm/il_printer.h (right): https://chromiumcodereview.appspot.com/10398015/diff/1/vm/il_printer.h#newcode8 vm/il_printer.h:8: #include "vm/flow_graph_builder.h" Do you need to import flow_graph_builder.h ...
8 years, 7 months ago (2012-05-14 18:21:16 UTC) #2
Florian Schneider
8 years, 7 months ago (2012-05-14 18:38:49 UTC) #3
https://chromiumcodereview.appspot.com/10398015/diff/1/vm/il_printer.h
File vm/il_printer.h (right):

https://chromiumcodereview.appspot.com/10398015/diff/1/vm/il_printer.h#newcode8
vm/il_printer.h:8: #include "vm/flow_graph_builder.h"
On 2012/05/14 18:21:16, srdjan wrote:
> Do you need to import flow_graph_builder.h or would forward declarations be
> sufficient.

Good point.  Actually, I don't need anything from flow_graph_builder.h. 
FlowGraphVisitor is declared in intermediate_language.h.

Powered by Google App Engine
This is Rietveld 408576698