Revision: 15933
Author:   [email protected]
Date:     Mon Jul 29 05:22:34 2013
Log: Fix: Need to remove function type feedback between stress stages in
release build

BUG=
[email protected]

Review URL: https://codereview.chromium.org/20987005
http://code.google.com/p/v8/source/detail?r=15933

Modified:
 /branches/bleeding_edge/test/mjsunit/array-store-and-grow.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/array-store-and-grow.js Mon Jul 29 04:50:39 2013 +++ /branches/bleeding_edge/test/mjsunit/array-store-and-grow.js Mon Jul 29 05:22:34 2013
@@ -204,5 +204,6 @@
   assertOptimized(grow_store);
   grow_store(a,2048,1);
   assertUnoptimized(grow_store);
+  %ClearFunctionTypeFeedback(grow_store);
 })();

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to