|
Add initial semi-working producers profile.
Turned on with '--log-producers' flag, also needs '--noinline-new' (this is temporarily), '--log-code', '--log-gc'. Not all allocations are traced (I'm investigating.)
Stacks are stored using weak handles. Thus, when an object is collected, its allocation stack is deleted.
Committed: http://code.google.com/p/v8/source/detail?r=3069
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+151 lines, -1 line) |
Patch |
|
M |
src/flag-definitions.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/global-handles.h
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/global-handles.cc
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap-profiler.h
|
View
|
1
2
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/heap-profiler.cc
|
View
|
1
2
|
5 chunks |
+55 lines, -1 line |
0 comments
|
Download
|
|
M |
src/log.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/log.cc
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/tickprocessor.js
|
View
|
1
|
3 chunks |
+49 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|