Simplify TurboFan's c1visualizer file handling.
authorsvenpanne@chromium.org <svenpanne@chromium.org>
Thu, 23 Oct 2014 07:26:13 +0000 (07:26 +0000)
committersvenpanne@chromium.org <svenpanne@chromium.org>
Thu, 23 Oct 2014 07:26:13 +0000 (07:26 +0000)
commitc5a8743a1bbc7dea32c415019f492f19ab7871e7
tree743c1faa047828f2e68d9c6b61234dd42b21af6d
parent887b3ca0797bdc948f8ea2b939e2081ca919efa1
Simplify TurboFan's c1visualizer file handling.

Still having GetTurboCfgFileName in Isolate is ugly, but if we decide that we
don't want to truncate the output file (which would be consistent with
--trace-hydrogen), this could be moved to TurboCfgFile where it actually
belongs.

R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/666223003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24819 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/pipeline.cc
src/compiler/pipeline.h
src/isolate.cc
src/isolate.h