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

Unified Diff: test/mjsunit/compiler/concurrent-proto-change.js

Issue 110203002: Refactor the compiling pipeline. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: addressed comments Created 7 years 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/compiler/concurrent-proto-change.js
diff --git a/test/mjsunit/compiler/concurrent-proto-change.js b/test/mjsunit/compiler/concurrent-proto-change.js
index e126465a9566f2c540515185326061767e7caef0..3abf292c924b19fd2a27c06254972121dfefa08b 100644
--- a/test/mjsunit/compiler/concurrent-proto-change.js
+++ b/test/mjsunit/compiler/concurrent-proto-change.js
@@ -54,3 +54,5 @@ assertUnoptimized(f, "no sync");
// Optimization eventually bails out due to map dependency.
assertUnoptimized(f, "sync");
assertEquals(2, f(o));
+//Clear type info for stress runs.
+%ClearFunctionTypeFeedback(f);
« no previous file with comments | « test/mjsunit/compiler/concurrent-invalidate-transition-map.js ('k') | test/mjsunit/concurrent-initial-prototype-change.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698