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

Unified Diff: pkg/compiler/lib/src/backend_strategy.dart

Issue 2938203003: Compute KernelClosureRepresentationInfo.variableIsUsedInTryOrSync (Closed)
Patch Set: Merge KernelClosureConversionTask and KernelClosureDataLookup Created 3 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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/closure.dart » ('j') | pkg/compiler/lib/src/closure.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/backend_strategy.dart
diff --git a/pkg/compiler/lib/src/backend_strategy.dart b/pkg/compiler/lib/src/backend_strategy.dart
index 43a7dd446eade4f482502f19ecf8670b74af932e..d7597039ad3af3535b06b05ab186f08dd1174f00 100644
--- a/pkg/compiler/lib/src/backend_strategy.dart
+++ b/pkg/compiler/lib/src/backend_strategy.dart
@@ -6,7 +6,6 @@ library dart2js.backend_strategy;
import 'closure.dart' show ClosureConversionTask;
import 'common/tasks.dart';
-import 'compiler.dart' show Compiler;
import 'enqueue.dart';
import 'io/source_information.dart';
import 'js_backend/js_backend.dart';
@@ -24,7 +23,7 @@ abstract class BackendStrategy {
/// Create the task that analyzes the code to see what closures need to be
/// rewritten.
- ClosureConversionTask createClosureConversionTask(Compiler compiler);
+ ClosureConversionTask get closureDataLookup;
/// The [Sorter] used for sorting elements in the generated code.
Sorter get sorter;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/closure.dart » ('j') | pkg/compiler/lib/src/closure.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698