CallIC must update type feedback info correctly.
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Aug 2014 08:52:00 +0000 (08:52 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 Aug 2014 08:52:00 +0000 (08:52 +0000)
commit76c87c1cf2361894ad76f5fc7a89534bb5ffe891
treeee4062b2d2ad75dca50c3404e997dba5c3fa72a1
parent2c615439bcc581c30c63975ce2dad68b56484c67
CallIC must update type feedback info correctly.

CallIC, as the first of vector-based ICs didn't update the ic with type
count counter and the generic count counter correctly. This CL fixes
that.

BUG=
R=jkummerow@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22962 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ic-inl.h
src/ic.cc
src/ic.h