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

Unified Diff: test/mjsunit/runtime-gen/disableoptimisticoptimizations.js

Issue 327173002: Optimize various forms of slice.call(arguments, ...) (Closed) Base URL: https://github.com/v8/v8.git@master
Patch Set: Created 6 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
« no previous file with comments | « test/mjsunit/compiler/slice-call-arguments.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/disableoptimisticoptimizations.js
diff --git a/test/mjsunit/runtime-gen/basicjsonstringify.js b/test/mjsunit/runtime-gen/disableoptimisticoptimizations.js
similarity index 82%
copy from test/mjsunit/runtime-gen/basicjsonstringify.js
copy to test/mjsunit/runtime-gen/disableoptimisticoptimizations.js
index 0b2f086b9ad93c6310df548ce6dd060570ff692b..d11eaee710f7b11d4424ffd260fcf43f7e1da2df 100644
--- a/test/mjsunit/runtime-gen/basicjsonstringify.js
+++ b/test/mjsunit/runtime-gen/disableoptimisticoptimizations.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _object = new Object();
-%BasicJSONStringify(_object);
+%DisableOptimisticOptimizations(_object);
« no previous file with comments | « test/mjsunit/compiler/slice-call-arguments.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698