|
|
Add a first class GrowableObjectArray type in the VM and use it internally in the VM at all spots were we use GrowableArray first and then copy the contents into an Array object.
Next step is to use this type in growable_array.dart
Committed: https://code.google.com/p/dart/source/detail?r=5109
Total comments: 35
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+745 lines, -286 lines) |
Patch |
 |
M |
vm/class_finalizer.h
|
View
|
1
2
3
|
5 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
vm/class_finalizer.cc
|
View
|
1
2
3
|
12 chunks |
+49 lines, -59 lines |
0 comments
|
Download
|
 |
M |
vm/class_finalizer_test.cc
|
View
|
1
2
3
|
4 chunks |
+28 lines, -13 lines |
0 comments
|
Download
|
 |
M |
vm/object.h
|
View
|
1
2
3
|
2 chunks |
+89 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/object.cc
|
View
|
1
2
3
|
15 chunks |
+223 lines, -70 lines |
0 comments
|
Download
|
 |
M |
vm/object_store.h
|
View
|
1
2
3
|
5 chunks |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
vm/object_store.cc
|
View
|
1
2
3
|
4 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
vm/object_test.cc
|
View
|
1
2
3
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/parser.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
vm/parser.cc
|
View
|
1
2
3
|
36 chunks |
+155 lines, -130 lines |
0 comments
|
Download
|
 |
M |
vm/raw_object.h
|
View
|
1
2
3
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/raw_object.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/raw_object_snapshot.cc
|
View
|
1
2
3
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/snapshot.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
vm/snapshot.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|