[turbofan] Support vector IC feedback in the JSTypeFeedbackTable.
authortitzer <titzer@chromium.org>
Tue, 19 May 2015 08:58:43 +0000 (01:58 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 May 2015 08:58:29 +0000 (08:58 +0000)
commitf659ae4c89f59a66723fcb8dce14854be7a0e4aa
tree1ad019056f63ca3ac15e53d848717b10089d3d41
parent81c080ef8e7c1a38622b870b351bb1e11b6c8a62
[turbofan] Support vector IC feedback in the JSTypeFeedbackTable.

R=mvstanton@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#28465}
src/compiler/ast-graph-builder.cc
src/compiler/js-type-feedback.cc
src/compiler/js-type-feedback.h
test/mjsunit/compiler/osr-array-len.js [new file with mode: 0644]
test/mjsunit/unbox-double-field-indexed.js [new file with mode: 0644]
test/mjsunit/unbox-double-field.js [new file with mode: 0644]
test/mjsunit/unbox-smi-field-indexed.js [new file with mode: 0644]
test/mjsunit/unbox-smi-field.js [new file with mode: 0644]