|
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>
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
|
Total messages: 8 (0 generated)
|