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

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

Issue 1397043002: Introduce BackendImpact to separate enqueueing from data. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove Feature.NEW_SYMBOL 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
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 f195be4d00752364a27f95c69d2155566b8820e5..a8f13e32df4fb9252d36900e1dfb8997a64bc31d 100644
--- a/pkg/compiler/lib/src/js_backend/js_backend.dart
+++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
@@ -60,6 +60,7 @@ import '../enqueue.dart' show
Enqueuer,
ResolutionEnqueuer,
WorldImpact;
+import '../helpers/helpers.dart';
import '../io/code_output.dart';
import '../io/source_information.dart' show
SourceInformationStrategy,
@@ -99,6 +100,8 @@ import '../util/util.dart';
import '../world.dart' show
ClassWorld;
+import 'backend_helpers.dart';
+import 'backend_impact.dart';
import 'codegen/task.dart';
import 'constant_system_javascript.dart';
import 'patch_resolver.dart';

Powered by Google App Engine
This is Rietveld 408576698