|
Eliminate the need for code delete events in CPU profiler.
Events are still generated for tick processor on performance testing
server to work, as soon as scripts will be updated, it will be safe
to remove code delete events emitting code.
R=erik.corry@gmail.com
BUG= v8:1466
TEST=existing tests in test-profile-generator,test-cpu-profiler and mjsunit/tools
Committed: http://code.google.com/p/v8/source/detail?r=9275
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+121 lines, -133 lines) |
Patch |
|
M |
src/cpu-profiler.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/cpu-profiler.cc
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/cpu-profiler-inl.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/log.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/log.cc
|
View
|
1
|
2 chunks |
+49 lines, -42 lines |
2 comments
|
Download
|
|
M |
src/profile-generator.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/profile-generator.cc
|
View
|
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/profile-generator-inl.h
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/log-eq-of-logging-and-traversal.js
|
View
|
1
|
5 chunks |
+5 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-cpu-profiler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/test-log.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-profile-generator.cc
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
tools/codemap.js
|
View
|
1
|
4 chunks |
+15 lines, -26 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|