|
|
Lazy peer API.
This change provides getters and setters for a lazily allocated field
associated with every heap allocated object. It is a generalization
of the peer field of external string instances, external byte array
instances, and the smrck field of closure instances.
Committed: https://code.google.com/p/dart/source/detail?r=12511
Total comments: 41
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+598 lines, -0 lines) |
Patch |
 |
M |
runtime/include/dart_api.h
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
3 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl_test.cc
|
View
|
1
2
3
|
1 chunk |
+384 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/gc_marker.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/gc_marker.cc
|
View
|
1
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/heap.h
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/heap.cc
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/pages.h
|
View
|
1
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/pages.cc
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/scavenger.h
|
View
|
1
|
3 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/scavenger.cc
|
View
|
1
|
4 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|