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

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

Issue 2709043002: remove old way of collecting dependencies for dump-info (Closed)
Patch Set: Created 3 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
« pkg/compiler/lib/src/dump_info.dart ('K') | « pkg/compiler/lib/src/dump_info.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index c881cb9c29b2a2a3e0a705c2709daa2180f1173a..d9f22346cbd3ddffdedccb724c768210b581e810 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -1656,10 +1656,6 @@ class JavaScriptBackend extends Target {
} else if (compiler.commonElements.isFunctionApplyMethod(element)) {
hasFunctionApplySupport = true;
}
- } else {
- // TODO(sigmund): add other missing dependencies (internals, selectors
- // enqueued after allocations).
- compiler.dumpInfoTask.registerDependency(element);
}
return worldImpact;
}
« pkg/compiler/lib/src/dump_info.dart ('K') | « pkg/compiler/lib/src/dump_info.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698