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

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

Issue 898353002: [turbofan] Use heavy-handed graph duplication to do loop peeling 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
« no previous file with comments | « test/mjsunit/compiler/osr-nested3.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/osr-nested3b.js
diff --git a/test/mjsunit/compiler/osr-nested3.js b/test/mjsunit/compiler/osr-nested3b.js
similarity index 94%
copy from test/mjsunit/compiler/osr-nested3.js
copy to test/mjsunit/compiler/osr-nested3b.js
index e4a4cdb6b6dd0dbb2e98b69aa8bc6bc82c8bdf94..32ac2a7058c4c87d1d327b0bf662f604693d09de 100644
--- a/test/mjsunit/compiler/osr-nested3.js
+++ b/test/mjsunit/compiler/osr-nested3b.js
@@ -13,7 +13,7 @@ function f() {
var y = x + 5;
var z = y + 3;
sum += z;
- if (i == 19) %OptimizeOsr();
+ if (i == 25) %OptimizeOsr();
}
if (true) break;
}
« no previous file with comments | « test/mjsunit/compiler/osr-nested3.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698