|
Migrate DDC to the new analysis driver.
This version is not ready to be landed as is yet.
Known problems:
1. The changes to AnalysisDriver and file system state are not tested,
and some are just incorrect are is (e.g. _cachedResults).
2. There are still 16 test failures while running DDC presubmit.
But, I'd like to get review from DDC people, whether they think this
approach is OK, or there are some fundamental problems.
R=vsm@google.com, jmesserly@google.com, brianwilkerson@google.com
BUG=
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+279 lines, -226 lines) |
Patch |
 |
M |
pkg/dev_compiler/bin/dartdevc.dart
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/analyzer/context.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/compiler/code_generator.dart
|
View
|
1
2
3
4
|
14 chunks |
+34 lines, -35 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/compiler/command.dart
|
View
|
1
2
3
4
|
6 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/compiler/compiler.dart
|
View
|
1
2
3
4
|
7 chunks |
+113 lines, -49 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/compiler/element_helpers.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/compiler/error_helpers.dart
|
View
|
1
|
4 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/compiler/extension_types.dart
|
View
|
1
2
|
4 chunks |
+37 lines, -57 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/compiler/nullable_type_inference.dart
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/lib/src/compiler/side_effect_analysis.dart
|
View
|
1
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/test/codegen_test.dart
|
View
|
1
|
6 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/test/not_yet_strong_tests.dart
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/test/options/options_test.dart
|
View
|
1
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/tool/build_pkgs.dart
|
View
|
1
2
3
4
|
5 chunks |
+37 lines, -28 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/tool/build_sdk.dart
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/dev_compiler/web/web_command.dart
|
View
|
1
2
3
4
|
5 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|