|
Record dependency information to implement first version of dependency
graph segmentation for lazy loading.
What this means is that a lazily loaded library can depend on stuff
in, for example, dart:core without including this in the initial
download.
Committed: https://code.google.com/p/dart/source/detail?r=19793
Total comments: 26
Total comments: 7
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+557 lines, -221 lines) |
Patch |
|
M |
dart/sdk/lib/_internal/compiler/implementation/compile_time_constants.dart
|
View
|
1
2
3
4
|
12 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/compiler.dart
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+37 lines, -20 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/deferred_load.dart
|
View
|
1
2
3
4
5
6
|
4 chunks |
+173 lines, -14 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/enqueue.dart
|
View
|
1
2
3
4
|
7 chunks |
+26 lines, -13 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+90 lines, -73 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/native_handler.dart
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
View
|
1
2
3
4
5
6
7
8
|
31 chunks |
+67 lines, -46 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
dart/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
|
A |
dart/tests/compiler/dart2js/deferred_load_graph_segmentation_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|