Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: pkg/compiler/lib/src/dart_backend/dart_backend.dart

Issue 1421463005: Move codegen registration to transformImpact method. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comments. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/dart_backend/backend.dart ('k') | pkg/compiler/lib/src/js_backend/backend.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/dart_backend/dart_backend.dart
diff --git a/pkg/compiler/lib/src/dart_backend/dart_backend.dart b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
index 6add624a251ee6aaafc6fa284c338a81d5455848..d0a6c659e136b18afaf3600be60ae7fd1421b0ed 100644
--- a/pkg/compiler/lib/src/dart_backend/dart_backend.dart
+++ b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
@@ -11,7 +11,8 @@ import '../../compiler.dart' show
CompilerOutputProvider;
import '../common.dart';
import '../common/backend_api.dart' show
- Backend;
+ Backend,
+ ImpactTransformer;
import '../common/codegen.dart' show
CodegenWorkItem;
import '../common/names.dart' show
@@ -21,9 +22,7 @@ import '../common/registry.dart' show
Registry;
import '../common/resolution.dart' show
Resolution,
- ResolutionCallbacks,
- ResolutionImpact,
- TransformedWorldImpact;
+ ResolutionImpact;
import '../common/tasks.dart' show
CompilerTask;
import '../compiler.dart' show
@@ -51,7 +50,8 @@ import '../universe/selector.dart' show
import '../universe/universe.dart' show
UniverseSelector;
import '../universe/world_impact.dart' show
- WorldImpact;
+ WorldImpact,
+ TransformedWorldImpact;
import '../util/util.dart';
import 'backend_ast_to_frontend_ast.dart' as backend2frontend;
« no previous file with comments | « pkg/compiler/lib/src/dart_backend/backend.dart ('k') | pkg/compiler/lib/src/js_backend/backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698