|
|
- Implement first class types in the VM.
- Make AbstractType a subclass of Instance and map it and its subclasses
to private Dart classes in dart:core implementing the Type interface.
- Avoid dispatching through statics in Object if not strictly needed.
Committed: https://code.google.com/p/dart/source/detail?r=12981
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1251 lines, -1197 lines) |
Patch |
 |
M |
runtime/lib/lib_sources.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/object.cc
|
View
|
|
1 chunk |
+13 lines, -0 lines |
2 comments
|
Download
|
 |
M |
runtime/lib/object_patch.dart
|
View
|
|
1 chunk |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
A |
runtime/lib/type_patch.dart
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/bootstrap_natives.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
|
4 chunks |
+287 lines, -291 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
|
8 chunks |
+846 lines, -829 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object_store.h
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object_store.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.h
|
View
|
|
4 chunks |
+54 lines, -54 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object_snapshot.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/snapshot.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/snapshot_test.cc
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/symbols.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/co19/co19-runtime.status
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/language/first_class_types_test.dart
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|