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

Unified Diff: pkg/compiler/lib/src/ssa/builder_kernel.dart

Issue 2302363003: No longer store the compilation-context in WorkItem. (Closed)
Patch Set: 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 | « pkg/compiler/lib/src/ssa/builder.dart ('k') | pkg/compiler/lib/src/ssa/interceptor_simplifier.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/builder_kernel.dart
diff --git a/pkg/compiler/lib/src/ssa/builder_kernel.dart b/pkg/compiler/lib/src/ssa/builder_kernel.dart
index 346a168633157cdb220b3e81029ef0750b33489a..e293ba145ff37b12d6e86d158149115c3d28bef3 100644
--- a/pkg/compiler/lib/src/ssa/builder_kernel.dart
+++ b/pkg/compiler/lib/src/ssa/builder_kernel.dart
@@ -17,6 +17,7 @@ import '../resolution/tree_elements.dart';
import '../tree/dartstring.dart';
import '../types/masks.dart';
+import 'context.dart';
import 'graph_builder.dart';
import 'kernel_ast_adapter.dart';
import 'locals_handler.dart';
@@ -33,7 +34,7 @@ class SsaKernelBuilderTask extends CompilerTask {
: backend = backend,
super(backend.compiler.measurer);
- HGraph build(CodegenWorkItem work) {
+ HGraph build(CodegenWorkItem work, SsaCompilationContext context) {
Siggi Cherem (dart-lang) 2016/09/02 22:26:38 not in use yet, but it will be :)
return measure(() {
AstElement element = work.element.implementation;
TreeElements treeElements = work.resolvedAst.elements;
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder.dart ('k') | pkg/compiler/lib/src/ssa/interceptor_simplifier.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698