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

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

Issue 12033003: Deferred (aka lazy) loading of static functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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 8a1e012950dbced2fd08cac53c8060d7a60c8f9e..1f4ce34370a1bf521c9bd26fdc106daffd68ce79 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/dart2jslib.dart
@@ -46,11 +46,12 @@ export 'universe/universe.dart' show Selector;
part 'code_buffer.dart';
part 'compile_time_constants.dart';
part 'compiler.dart';
-part 'constants.dart';
part 'constant_system.dart';
part 'constant_system_dart.dart';
+part 'constants.dart';
part 'diagnostic_listener.dart';
part 'enqueue.dart';
+part 'deferred_load.dart';
part 'library_loader.dart';
part 'resolved_visitor.dart';
part 'script.dart';

Powered by Google App Engine
This is Rietveld 408576698