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

Issue 10824032: Enables V8 integration with the Intel VTune performance analysis tool. This allows the VTune profi… (Closed)

Created:
8 years, 5 months ago by greeshma
Modified:
8 years ago
CC:
v8-dev
Visibility:
Public.

Description

Enables V8 integration with the Intel VTune performance analysis tool. This allows the VTune profiler to associate JavaScript source positions with code addresses and enables side-by-side display of JavaScript source code and generated machine instructions. Patch submitted by Greeshma Yellareddy <greeshma.yellareddy@intel.com>;

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+1973 lines, -3 lines) Patch
M Makefile View 1 chunk +4 lines, -0 lines 0 comments Download
M SConstruct View 6 chunks +20 lines, -0 lines 0 comments Download
M build/common.gypi View 3 chunks +12 lines, -0 lines 0 comments Download
M src/SConscript View 1 chunk +3 lines, -1 line 0 comments Download
M src/assembler.h View 4 chunks +25 lines, -1 line 1 comment Download
M src/assembler.cc View 2 chunks +17 lines, -0 lines 1 comment Download
M src/builtins.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler.cc View 5 chunks +15 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 3 chunks +23 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M src/lithium.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +5 lines, -1 line 1 comment Download
M src/serialize.cc View 1 chunk +4 lines, -0 lines 1 comment Download
M src/stub-cache.cc View 38 chunks +38 lines, -0 lines 0 comments Download
A src/third_party/vtune/ittnotify_config.h View 1 chunk +483 lines, -0 lines 0 comments Download
A src/third_party/vtune/ittnotify_types.h View 1 chunk +112 lines, -0 lines 0 comments Download
A src/third_party/vtune/jitprofiling.h View 1 chunk +264 lines, -0 lines 0 comments Download
A src/third_party/vtune/jitprofiling.cc View 1 chunk +496 lines, -0 lines 0 comments Download
A src/third_party/vtune/vtune-jit.h View 1 chunk +141 lines, -0 lines 0 comments Download
A src/third_party/vtune/vtune-jit.cc View 1 chunk +263 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
danno
I will review this tomorrow. In the meantime, please make sure to take a look ...
8 years, 4 months ago (2012-08-01 14:41:24 UTC) #1
danno
My high-level feedback about this patch consists of two main points: - it should be ...
8 years, 4 months ago (2012-08-02 12:38:10 UTC) #2
greeshma
When is the JitCodeEvent CL expected to be upstreamed? Is the API more or less ...
8 years, 4 months ago (2012-08-03 00:57:58 UTC) #3
greeshma
The JitCodeEvent structure does not currently have a "script" member. This would be necessary for ...
8 years, 4 months ago (2012-08-03 19:45:28 UTC) #4
greeshma
Pinging to check if there is any update expected for the other issue?
8 years, 4 months ago (2012-08-13 18:17:56 UTC) #5
Michael Starzinger
Sorry for the long delay. I pinged Siggi about the status of the dependent CL. ...
8 years, 4 months ago (2012-08-16 23:28:49 UTC) #6
danno
Siggi's changes have landed, and based on our discussion on the phone last week, greeshma, ...
8 years, 3 months ago (2012-09-14 15:19:38 UTC) #7
greeshma
8 years, 3 months ago (2012-09-20 01:55:36 UTC) #8
Thanks Daniel. I will be getting to this soon. Sorry for the delay.

Powered by Google App Engine
This is Rietveld 408576698