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

Issue 637313002: [turbofan] Output file for C1 visualizer. (Closed)

Created:
6 years, 2 months ago by Jarin
Modified:
6 years, 2 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

[turbofan] Output schedule, instructions and register allocator in C1 visualizer format when --turbo-trace is specified. BUG= R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24583

Patch Set 1 #

Patch Set 2 : LIR and register allocator output #

Patch Set 3 : Tweak #

Total comments: 8

Patch Set 4 : Use ofstream #

Total comments: 2

Patch Set 5 : Source positions and configurable output file #

Patch Set 6 : Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+520 lines, -10 lines) Patch
M src/compiler/graph-visualizer.h View 1 2 3 4 2 chunks +41 lines, -0 lines 0 comments Download
M src/compiler/graph-visualizer.cc View 1 2 3 4 5 2 chunks +392 lines, -0 lines 0 comments Download
M src/compiler/instruction.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/node-aux-data.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/node-aux-data-inl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/pipeline.h View 1 2 3 4 3 chunks +11 lines, -1 line 0 comments Download
M src/compiler/pipeline.cc View 1 2 3 4 5 5 chunks +41 lines, -2 lines 0 comments Download
M src/compiler/schedule.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/source-position.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/source-position.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 3 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Jarin
Could you take a look, please?
6 years, 2 months ago (2014-10-11 20:00:16 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/637313002/diff/70001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/637313002/diff/70001/src/compiler/pipeline.cc#newcode94 src/compiler/pipeline.cc:94: FILE* turbo_cfg_file = base::OS::FOpen("turbo.cfg", "a+"); Please use std::ofstream here. ...
6 years, 2 months ago (2014-10-13 04:02:12 UTC) #3
Jarin
All done. https://codereview.chromium.org/637313002/diff/70001/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/637313002/diff/70001/src/compiler/pipeline.cc#newcode94 src/compiler/pipeline.cc:94: FILE* turbo_cfg_file = base::OS::FOpen("turbo.cfg", "a+"); On 2014/10/13 ...
6 years, 2 months ago (2014-10-13 07:35:55 UTC) #4
Vyacheslav Egorov (Google)
DBC https://codereview.chromium.org/637313002/diff/150001/src/compiler/graph-visualizer.cc File src/compiler/graph-visualizer.cc (right): https://codereview.chromium.org/637313002/diff/150001/src/compiler/graph-visualizer.cc#newcode638 src/compiler/graph-visualizer.cc:638: os_ << " <|@\n"; could you also print ...
6 years, 2 months ago (2014-10-13 07:42:11 UTC) #6
Jarin
Added source positions and process-unique file name.
6 years, 2 months ago (2014-10-13 14:00:26 UTC) #7
Jarin
On 2014/10/13 14:00:26, jarin wrote: > Added source positions and process-unique file name. ping.
6 years, 2 months ago (2014-10-14 08:17:30 UTC) #8
Benedikt Meurer
lgtm
6 years, 2 months ago (2014-10-14 08:23:34 UTC) #9
Jarin
6 years, 2 months ago (2014-10-14 08:43:51 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:490001) manually as 24583 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698