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

Unified Diff: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart

Issue 11304021: Add NativeEnqueuer to work with the Enqueuer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review fixes Created 8 years, 1 month 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: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
index 7fc524781d516a914caceee4409a96f31febae3c..0b739bc8a121d9c9a0b4a513fc69ec1b481694c8 100644
--- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
+++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
@@ -1772,6 +1772,7 @@ abstract class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
}
push(new js.LiteralExpression.withData(code, data), node);
}
+ // TODO(sra): Tell world.nativeEnqueuer about the types created here.
}
visitForeignNew(HForeignNew node) {

Powered by Google App Engine
This is Rietveld 408576698