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

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

Issue 1153243003: dart2js: Use frequency of occurence to sort metadata indices. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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/ssa/ssa.dart
diff --git a/pkg/compiler/lib/src/ssa/ssa.dart b/pkg/compiler/lib/src/ssa/ssa.dart
index 2bef586a3545a177c69e4ef6991d474c9335074e..170a8bd90643477332450a6190a611855c38fbd8 100644
--- a/pkg/compiler/lib/src/ssa/ssa.dart
+++ b/pkg/compiler/lib/src/ssa/ssa.dart
@@ -5,6 +5,7 @@
library ssa;
import 'dart:collection';
+import 'dart:mirrors' as mirror;
karlklose 2015/05/28 09:39:53 Is this import used?
herhut 2015/06/01 12:09:42 Done.
import '../closure.dart';
import '../constant_system_dart.dart';

Powered by Google App Engine
This is Rietveld 408576698