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

Unified Diff: lib/compiler/implementation/ssa/builder.dart

Issue 10534109: Use simple loop tracking instead of size to determine if (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add comment. Created 8 years, 6 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
Index: lib/compiler/implementation/ssa/builder.dart
diff --git a/lib/compiler/implementation/ssa/builder.dart b/lib/compiler/implementation/ssa/builder.dart
index 3095a7fcb6cea21253ae3124ce548ce6673b6d38..461319c8e5bb68a694310d71278b471712cdf695 100644
--- a/lib/compiler/implementation/ssa/builder.dart
+++ b/lib/compiler/implementation/ssa/builder.dart
@@ -166,6 +166,7 @@ class SsaBuilderTask extends CompilerTask {
break;
}
assert(graph.isValid());
+ graph.calledInLoop = element.calledInLoop;
if (compiler.tracer.enabled) {
String name;
if (element.enclosingElement !== null &&

Powered by Google App Engine
This is Rietveld 408576698