Fix: Need to remove function type feedback between stress stages in

release build

BUG=
R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/20987005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15933 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
mvstanton@chromium.org 2013-07-29 12:22:34 +00:00
parent e3901e919d
commit 43e35a87e2

View File

@ -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);
})();