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

Unified Diff: test/mjsunit/regress/regress-crbug-173907b.js

Issue 19776006: Fix %NeverOptimizeFunction runtime call. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add assert for safety. Created 7 years, 5 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/regress/regress-97116b.js ('k') | test/mjsunit/regress/regress-deopt-gcb.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-173907b.js
diff --git a/test/mjsunit/regress/regress-crbug-173907b.js b/test/mjsunit/regress/regress-crbug-173907b.js
index 698527b008e77f66f96a87b84dd85bc9dc925571..4ecfd64eaf7d31ee084081304b3147c6647b2cd6 100644
--- a/test/mjsunit/regress/regress-crbug-173907b.js
+++ b/test/mjsunit/regress/regress-crbug-173907b.js
@@ -33,8 +33,8 @@ var K = 0.5;
var O = 0;
var result = new Float64Array(2);
+%NeverOptimizeFunction(spill);
function spill() {
- %NeverOptimize();
}
function buggy() {
« no previous file with comments | « test/mjsunit/regress/regress-97116b.js ('k') | test/mjsunit/regress/regress-deopt-gcb.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698