|
|
Introduce a flag for tracing retaining path in GC.
The retaining path is the exactly the path visited by the marker.
Since it adds run-time overhead, it is guarded by a compile flag.
BUG=
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+183 lines, -4 lines) |
Patch |
 |
M |
build/features.gypi
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/flag-definitions.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/heap.h
|
View
|
|
3 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/heap.cc
|
View
|
1
2
|
7 chunks |
+99 lines, -0 lines |
2 comments
|
Download
|
 |
M |
src/heap/mark-compact.h
|
View
|
|
4 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/mark-compact.cc
|
View
|
1
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/objects-visiting.h
|
View
|
1
2
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap/objects-visiting.cc
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/isolate.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 3 (1 generated)
|