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

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

Issue 2647613004: Use entities in code_emitter_task (Closed)
Patch Set: Created 3 years, 11 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') | no next file » | 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 223889ecc1e916ceedd510536196d5b16904cec4..07bada09b0f68f8a65ba4f3790c0ac92358be2c1 100644
--- a/pkg/compiler/lib/src/ssa/builder_kernel.dart
+++ b/pkg/compiler/lib/src/ssa/builder_kernel.dart
@@ -2032,7 +2032,7 @@ class KernelSsaBuilder extends ir.Visitor with GraphBuilder {
new StaticUse.foreignUse(astAdapter.getMember(staticTarget)));
Siggi Cherem (dart-lang) 2017/01/19 16:54:25 shouldn't this change too? maybe pull it out into
Johnni Winther 2017/01/20 08:37:02 Done. Done.
push(new HForeignCode(
js.js.expressionTemplateYielding(backend.emitter
- .staticFunctionAccess(astAdapter.getMember(staticTarget))),
+ .staticFunctionAccess(astAdapter.getMethod(staticTarget))),
commonMasks.dynamicType,
<HInstruction>[],
nativeBehavior: native.NativeBehavior.PURE));
« no previous file with comments | « pkg/compiler/lib/src/ssa/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698