OSDN Git Service

ART: dex2oat flag for HGraphVisualizer dump file
authorDavid Brazdil <dbrazdil@google.com>
Tue, 13 Jan 2015 21:21:31 +0000 (21:21 +0000)
committerDavid Brazdil <dbrazdil@google.com>
Tue, 13 Jan 2015 21:21:31 +0000 (21:21 +0000)
commit866c03125a3fcd74c9fff04da87865f5eb1767d9
tree497bafc21358961524a6ef9bb045d522b91d8d27
parent07ab4ec97221d882322a1ce064557202150f44ea
ART: dex2oat flag for HGraphVisualizer dump file

This patch adds a new '--dump-cfg=<file>' flag to dex2oat which
specifies the file that HGraphVisualizer will store its output into.
Until now the graph was dumped to 'art.cfg' in the current working
directory. To make Checker work with run-test, the output directory
needs to be customizable.

Change-Id: I4a940f7708b88deea5a0e51d13aed13e52199349
compiler/common_compiler_test.cc
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/oat_test.cc
compiler/optimizing/optimizing_compiler.cc
dex2oat/dex2oat.cc
tools/checker.py