|
Provide API support for weak handles and post-mortem finalization.
In addition, this change separates the storage of weak persistent
handles from ordinary persistent handles. An ordinary persistent
handle now stores no other data than the raw pointer value.
Committed: https://code.google.com/p/dart/source/detail?r=3273
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+274 lines, -161 lines) |
Patch |
|
M |
runtime/vm/dart_api_impl.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
2
3
|
7 chunks |
+32 lines, -20 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_impl_test.cc
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/dart_api_state.h
|
View
|
1
2
|
10 chunks |
+133 lines, -73 lines |
0 comments
|
Download
|
|
D |
runtime/vm/dart_api_state.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
|
M |
runtime/vm/gc_marker.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/gc_marker.cc
|
View
|
1
2
3
|
3 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
runtime/vm/handles.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/handles_impl.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/isolate.h
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
runtime/vm/isolate.cc
|
View
|
|
3 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
|
M |
runtime/vm/scavenger.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
runtime/vm/scavenger.cc
|
View
|
1
2
3
|
3 chunks |
+17 lines, -18 lines |
0 comments
|
Download
|
|
M |
runtime/vm/verifier.h
|
View
|
1
2
3
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
runtime/vm/verifier.cc
|
View
|
1
2
3
|
2 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
|
M |
runtime/vm/vm_sources.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|