|
|
Implement {Int,Uint}{8,16,32,64} and Float{32,64} typed arrays.
Internal and external representations of each array are provided. A
single interface type implementing the ByteArray and List interfaces
is shared among the internal and external implementation type.
Committed: https://code.google.com/p/dart/source/detail?r=7311
Total comments: 26
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+7899 lines, -1253 lines) |
Patch |
 |
M |
runtime/lib/byte_array.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+445 lines, -139 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/byte_array.dart
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2093 lines, -311 lines |
0 comments
|
Download
|
 |
A |
runtime/tests/vm/dart/byte_array_test.dart
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2177 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/bootstrap_natives.h
|
View
|
1
|
1 chunk |
+70 lines, -41 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/class_finalizer.cc
|
View
|
1
|
3 chunks |
+59 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+49 lines, -49 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_message.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intrinsifier.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intrinsifier_ia32.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intrinsifier_x64.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+976 lines, -91 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
2
3
4
5
6
|
11 chunks |
+675 lines, -78 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object_store.h
|
View
|
1
2
3
4
5
|
3 chunks |
+174 lines, -12 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object_store.cc
|
View
|
|
3 chunks |
+80 lines, -8 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object_test.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+234 lines, -411 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+165 lines, -14 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+244 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object_snapshot.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+451 lines, -19 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/snapshot_test.cc
|
View
|
1
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|