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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart

Issue 340023003: Various caches for incremental compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments. Created 6 years, 6 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: dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
index 85acd1277af2cddbd64b0e74d71a357e6d07009a..9ef5acd9ea981a93861e567093bb3b6625fd7d9f 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
@@ -44,6 +44,7 @@ import 'deferred_load.dart' show DeferredLoadTask, OutputUnit;
import 'mirrors_used.dart' show MirrorUsageAnalyzerTask;
import 'dump_info.dart';
import 'tracer.dart' show Tracer;
+import 'cache_strategy.dart';
export 'resolution/resolution.dart' show TreeElements, TreeElementMapping;
export 'scanner/scannerlib.dart' show isUserDefinableOperator,

Powered by Google App Engine
This is Rietveld 408576698