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

Unified Diff: test/mjsunit/elements-kind-depends.js

Issue 10209027: Implement tracking and optimizations of packed arrays. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: New upload Created 8 years, 8 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/elements-kind-depends.js
diff --git a/test/mjsunit/elements-kind-depends.js b/test/mjsunit/elements-kind-depends.js
index 82f188b71e39b7ffa1f2bd665bab10727f0b819c..a90659fffa58364844265c5f977aad2ebb8aa520 100644
--- a/test/mjsunit/elements-kind-depends.js
+++ b/test/mjsunit/elements-kind-depends.js
@@ -46,7 +46,7 @@ for (var i = 0; i < 3; ++i) {
b = burn();
check(b); // all OK
}
-%OptimizeFunctionOnNextCall(burn);
+//%OptimizeFunctionOnNextCall(burn);
b = burn();
check(b); // fails

Powered by Google App Engine
This is Rietveld 408576698