|
|
Add experimental support for tracing the state of the VM heap to a file
or socket.
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+728 lines, -31 lines) |
Patch |
 |
M |
include/v8.h
|
View
|
|
2 chunks |
+165 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/api.cc
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/d8.cc
|
View
|
|
3 chunks |
+32 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/execution.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap.h
|
View
|
|
3 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
|
7 chunks |
+260 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/incremental-marking.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/mark-compact.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/spaces.h
|
View
|
|
10 chunks |
+39 lines, -10 lines |
1 comment
|
Download
|
 |
M |
src/spaces.cc
|
View
|
|
11 chunks |
+118 lines, -17 lines |
3 comments
|
Download
|
 |
M |
src/spaces-inl.h
|
View
|
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|