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

Unified Diff: pkg/compiler/tool/perf.dart

Issue 2800643002: Register deferred load impact through ResolutionEnqueuerListener (Closed)
Patch Set: Created 3 years, 8 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/tool/perf.dart
diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart
index a9c8e6f02dd384a8787ad51d6b5ab4d0e4e6b250..9a4fc4469298f9a760d7c1bdd60fc0ea8586e46f 100644
--- a/pkg/compiler/tool/perf.dart
+++ b/pkg/compiler/tool/perf.dart
@@ -365,10 +365,6 @@ class MyCompiler extends CompilerImpl {
resolutionEnqueuer.applyImpact(computeImpactForLibrary(library));
});
- if (deferredLoadTask.isProgramSplit) {
- resolutionEnqueuer
- .applyImpact(backend.computeDeferredLoadingImpact());
- }
resolveLibraryMetadata();
reporter.log('Resolving...');
processQueue(resolutionEnqueuer, mainFunction, libraryLoader.libraries);
« no previous file with comments | « pkg/compiler/lib/src/js_backend/resolution_listener.dart ('k') | tests/compiler/dart2js/kernel/closed_world_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698