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

Issue 460723002: Add print-to-file for turbofan tracing. (Closed)

Created:
6 years, 4 months ago by sigurds
Modified:
6 years, 4 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Add print-to-file for turbofan tracing. BUG= R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23080

Patch Set 1 #

Total comments: 6

Patch Set 2 : Add print-to-file for turbofan tracing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M src/compiler/pipeline.cc View 1 2 chunks +19 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
sigurds
6 years, 4 months ago (2014-08-11 14:44:29 UTC) #1
Michael Starzinger
https://codereview.chromium.org/460723002/diff/1/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/460723002/diff/1/src/compiler/pipeline.cc#newcode77 src/compiler/pipeline.cc:77: Vector<char> str = Vector<char>::New(256); nit: s/str/filename/ https://codereview.chromium.org/460723002/diff/1/src/compiler/pipeline.cc#newcode81 src/compiler/pipeline.cc:81: SNPrintF(str, ...
6 years, 4 months ago (2014-08-11 18:31:23 UTC) #2
Michael Starzinger
[ +v8-dev ]
6 years, 4 months ago (2014-08-11 18:42:53 UTC) #3
sigurds
https://codereview.chromium.org/460723002/diff/1/src/compiler/pipeline.cc File src/compiler/pipeline.cc (right): https://codereview.chromium.org/460723002/diff/1/src/compiler/pipeline.cc#newcode77 src/compiler/pipeline.cc:77: Vector<char> str = Vector<char>::New(256); On 2014/08/11 18:31:23, Michael Starzinger ...
6 years, 4 months ago (2014-08-12 09:24:49 UTC) #4
Michael Starzinger
LGTM.
6 years, 4 months ago (2014-08-12 12:32:00 UTC) #5
sigurds
6 years, 4 months ago (2014-08-12 13:09:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as 23080 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698