Reviewers: Toon Verwaest,
Message:
Committed patchset #1 manually as r15933 (presubmit successful).
Description:
Fix: Need to remove function type feedback between stress stages in
release build
BUG=
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=15933
Please review this at https://codereview.chromium.org/20987005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/mjsunit/array-store-and-grow.js
Index: test/mjsunit/array-store-and-grow.js
diff --git a/test/mjsunit/array-store-and-grow.js
b/test/mjsunit/array-store-and-grow.js
index
dca674904ee078395aa9b0efb9fc2c94413d4551..a03a753e4469c5ccb025067095fd0ec06f9a3e39
100644
--- a/test/mjsunit/array-store-and-grow.js
+++ b/test/mjsunit/array-store-and-grow.js
@@ -204,5 +204,6 @@ assertEquals(0.5, array_store_1([], 0, 0.5));
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.