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

Unified Diff: test/mjsunit/regress/regress-map-invalidation-2.js

Issue 181453002: Reset trunk to 3.24.35.4 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 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/regress/regress-lookup-transition.js ('k') | test/mjsunit/regress/setvalueof-deopt.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-map-invalidation-2.js
diff --git a/test/mjsunit/regress/regress-map-invalidation-2.js b/test/mjsunit/regress/regress-map-invalidation-2.js
index 7674e425cb94cd7ed9edfcf432d2846101f1f91c..1f896a495fa7c78582b44e2c8f0ff50f74c7a374 100644
--- a/test/mjsunit/regress/regress-map-invalidation-2.js
+++ b/test/mjsunit/regress/regress-map-invalidation-2.js
@@ -47,9 +47,7 @@ function g() {
var fun = g();
fun(false, c);
fun(false, c);
-%OptimizeFunctionOnNextCall(fun);
fun(false, c);
-%TryMigrateInstance(c);
%OptimizeFunctionOnNextCall(fun);
fun(false, c);
fun(true, c);
« no previous file with comments | « test/mjsunit/regress/regress-lookup-transition.js ('k') | test/mjsunit/regress/setvalueof-deopt.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698