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

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: 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 040337d13748f7ffdb63165b01ca7d5117872bab..9c1530e31752215be9101cf36dff239396a7ee94 100644
--- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
+++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
@@ -1755,6 +1755,9 @@ abstract class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
}
push(new js.LiteralExpression.withData(code, data), node);
}
+ // TODO(sra): Tell world.nativeEnqueuer about the types created here.
+ //print('JS: ${node} $code');
+ //enqueuer.codegen.nativeEnqueuer.xxx
ngeoffray 2012/11/08 08:18:01 That is the right place to do it for the codegen e
}
visitForeignNew(HForeignNew node) {

Powered by Google App Engine
This is Rietveld 408576698