|
Some more instrumentation to narrow down Failure leaks.
The basic idea is to tag OOM-Failure objects with an ID indicating where they were created. This requires changes to equality comparisons.
Note to MIPS folks: I'm planning to revert this CL in a couple of days, so feel free to skip porting the platform-specific changes.
BUG= chromium:156010
Committed: http://code.google.com/p/v8/source/detail?r=13341
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+93 lines, -47 lines) |
Patch |
|
M |
src/arm/code-stubs-arm.cc
|
View
|
|
3 chunks |
+17 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/execution.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/heap.cc
|
View
|
|
11 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/heap-inl.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/code-stubs-ia32.cc
|
View
|
|
3 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/isolate.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
9 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/x64/code-stubs-x64.cc
|
View
|
|
3 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|