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

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

Issue 10170030: Implement tracking and optimizations of packed arrays (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: ia32 ready to go Created 8 years, 7 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);
Jakob Kummerow 2012/05/13 21:55:27 This doesn't look intentional.
danno 2012/05/22 11:05:21 Done.
b = burn();
check(b); // fails

Powered by Google App Engine
This is Rietveld 408576698