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

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

Issue 1424923004: Add StaticUse for more precise registration of statically known element use. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comments. 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
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 45bfdb8aa418c7d7bb654172d9c974fa593e3bae..09a26987a0f9dd3950f722a39a21e84f72671bea 100644
--- a/pkg/compiler/lib/src/js_backend/js_backend.dart
+++ b/pkg/compiler/lib/src/js_backend/js_backend.dart
@@ -85,6 +85,8 @@ import '../universe/selector.dart' show
Selector,
SelectorKind;
import '../universe/universe.dart';
+import '../universe/use.dart' show
+ StaticUse;
import '../universe/world_impact.dart' show
TransformedWorldImpact,
WorldImpact;

Powered by Google App Engine
This is Rietveld 408576698