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

Unified Diff: pkg/compiler/lib/src/js_backend/js_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/js_backend/codegen/codegen.dart ('k') | pkg/compiler/lib/src/resolution/registry.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/js_backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/js_backend.dart b/pkg/compiler/lib/src/js_backend/js_backend.dart
index 8fb0fa88efdda79146fbbaa4c74f090ed90b3ccf..08a7d361faeda7a90f614469cf07cbdac13909c8 100644
--- a/pkg/compiler/lib/src/js_backend/js_backend.dart
+++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
@@ -14,8 +14,10 @@ import '../closure.dart';
import '../common.dart';
import '../common/backend_api.dart' show
Backend,
+ ImpactTransformer,
ForeignResolver;
import '../common/codegen.dart' show
+ CodegenImpact,
CodegenRegistry,
CodegenWorkItem;
import '../common/names.dart' show
@@ -23,6 +25,7 @@ import '../common/names.dart' show
Selectors,
Uris;
import '../common/registry.dart' show
+ EagerRegistry,
Registry;
import '../common/tasks.dart' show
CompilerTask;
@@ -31,9 +34,7 @@ import '../common/resolution.dart' show
ListLiteralUse,
MapLiteralUse,
Resolution,
- ResolutionCallbacks,
- ResolutionImpact,
- TransformedWorldImpact;
+ ResolutionImpact;
import '../common/work.dart' show
ItemCompilationContext;
import '../compiler.dart' show
@@ -70,10 +71,6 @@ import '../js_emitter/js_emitter.dart' show
USE_LAZY_EMITTER;
import '../library_loader.dart' show LibraryLoader, LoadedLibraries;
import '../native/native.dart' as native;
-import '../patch_parser.dart' show
- checkJsInteropAnnotation;
-import '../resolution/registry.dart' show
- EagerRegistry;
import '../resolution/tree_elements.dart' show
TreeElements;
import '../ssa/ssa.dart';
@@ -86,6 +83,7 @@ import '../universe/selector.dart' show
SelectorKind;
import '../universe/universe.dart';
import '../universe/world_impact.dart' show
+ TransformedWorldImpact,
WorldImpact;
import '../util/characters.dart';
import '../util/util.dart';
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/codegen.dart ('k') | pkg/compiler/lib/src/resolution/registry.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698