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

Unified Diff: dart/lib/compiler/implementation/dart_backend/backend.dart

Issue 10542073: RFC: Resolution based tree-shaking. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Minor tweaks for the unit tests Created 8 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/lib/compiler/implementation/dart_backend/backend.dart
diff --git a/dart/lib/compiler/implementation/dart_backend/backend.dart b/dart/lib/compiler/implementation/dart_backend/backend.dart
index 4b351ebc9411696c5476b4ce0af3e1c9780a7e58..ba8f44a9f8bcd9187d9ce1fd12cd86e2e500794b 100644
--- a/dart/lib/compiler/implementation/dart_backend/backend.dart
+++ b/dart/lib/compiler/implementation/dart_backend/backend.dart
@@ -96,6 +96,10 @@ class DartBackend extends Backend {
DartBackend(Compiler compiler) : super(compiler);
+ void enqueueHelpers(Enqueuer world) {
+ // TODO(antonm): Implement this method, if needed.
+ }
+
String codegen(WorkItem work) {
// Traverse AST to populate sets of reachable classes and functions.
log('codegen(${work.element})');

Powered by Google App Engine
This is Rietveld 408576698