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

Unified Diff: pkg/compiler/lib/src/common/backend_api.dart

Issue 2302363003: No longer store the compilation-context in WorkItem. (Closed)
Patch Set: ... lint Created 4 years, 3 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/common/codegen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/common/backend_api.dart
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
index aa9dcdacd4b3ff91539ba5124218d36b733a2969..7906b04f0590bb4bcce0c023a8d6478e34ba9901 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -34,7 +34,6 @@ import '../universe/world_impact.dart' show ImpactStrategy, WorldImpact;
import 'codegen.dart' show CodegenWorkItem;
import 'registry.dart' show Registry;
import 'tasks.dart' show CompilerTask;
-import 'work.dart' show ItemCompilationContext;
abstract class Backend extends Target {
final Compiler compiler;
@@ -105,10 +104,6 @@ abstract class Backend extends Target {
void onResolutionComplete() {}
void onTypeInferenceComplete() {}
- ItemCompilationContext createItemCompilationContext() {
- return new ItemCompilationContext();
- }
-
bool classNeedsRti(ClassElement cls);
bool methodNeedsRti(FunctionElement function);
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common/codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698