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

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

Issue 1467733002: Revert "Remove WorldImpact from caches when no longer needed." (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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/backend.dart ('k') | pkg/compiler/lib/src/universe/world_impact.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 99d383c04e3abf2f256f7c111a7fe5ffab8ee67f..9c69c453fd34f26a33dc772db8c9f90da830294c 100644
--- a/pkg/compiler/lib/src/js_backend/js_backend.dart
+++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
@@ -47,10 +47,6 @@ import '../core_types.dart' show
CoreClasses,
CoreTypes;
import '../dart_types.dart';
-import '../deferred_load.dart' show
- DeferredLoadTask;
-import '../dump_info.dart' show
- DumpInfoTask;
import '../elements/elements.dart';
import '../elements/visitor.dart' show
BaseElementVisitor;
@@ -96,11 +92,8 @@ import '../universe/use.dart' show
TypeUse,
TypeUseKind;
import '../universe/world_impact.dart' show
- ImpactStrategy,
- ImpactUseCase,
TransformedWorldImpact,
- WorldImpact,
- WorldImpactVisitor;
+ WorldImpact;
import '../util/characters.dart';
import '../util/util.dart';
import '../world.dart' show
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | pkg/compiler/lib/src/universe/world_impact.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698