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

Unified Diff: test/mjsunit/compiler/osr-maze1.js

Issue 934293002: [turbofan] Simply context specialization and fix for OSR. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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: test/mjsunit/compiler/osr-maze1.js
diff --git a/test/mjsunit/compiler/osr-maze1.js b/test/mjsunit/compiler/osr-maze1.js
index 87d85c8d8624bdd4c44d2a8c406b831a30439962..6e192c17b7c34a361dc7c387e877d1adeea52016 100644
--- a/test/mjsunit/compiler/osr-maze1.js
+++ b/test/mjsunit/compiler/osr-maze1.js
@@ -42,7 +42,6 @@ function bar(goal) {
}
}
}
- print(count);
return sum;
}

Powered by Google App Engine
This is Rietveld 408576698