[ic] Record call counts for monomorphic calls made with an IC.
authorMichael Stanton <mvstanton@chromium.org>
Thu, 25 Jun 2015 08:43:28 +0000 (10:43 +0200)
committerMichael Stanton <mvstanton@chromium.org>
Thu, 25 Jun 2015 08:43:53 +0000 (08:43 +0000)
commitc1a4f7477f03ebb0c6889bbf8ea6a4c928e0d413
tree5cb0049c523d825df84b7df9c396c12dc29409fb
parent9e7af9efc5857b3c7e23a77d257f3dfbea597753
[ic] Record call counts for monomorphic calls made with an IC.

The idea is that TurboFan can use this information for more intelligent
inlining.

R=bmeurer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29281}
src/arm/code-stubs-arm.cc
src/arm64/code-stubs-arm64.cc
src/ia32/code-stubs-ia32.cc
src/mips/code-stubs-mips.cc
src/mips64/code-stubs-mips64.cc
src/type-feedback-vector-inl.h
src/type-feedback-vector.cc
src/type-feedback-vector.h
src/x64/code-stubs-x64.cc
test/mjsunit/call-counts.js [new file with mode: 0644]