|
|
OilPan related infrastructure on the V8 side.
Provides two API extensions:
- Access to internal interruption mechanism to implement OilPan safepoint inside long running JavaScript code (v8::Isolate::RequestInterrupt, v8::Isolate::ClearInterrupt);
- GC callback flag to distinguish forced GC from regular GC for testing purposes.
NOT FOR COMMIT
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+135 lines, -27 lines) |
Patch |
 |
M |
include/v8.h
|
View
|
1
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/api.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/execution.h
|
View
|
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/execution.cc
|
View
|
1
|
4 chunks |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/extensions/gc-extension.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/heap.h
|
View
|
|
4 chunks |
+19 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
|
6 chunks |
+16 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/heap-inl.h
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/heap-snapshot-generator.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|