VectorICs: allocating slots for store ics in ast nodes.
authormvstanton <mvstanton@chromium.org>
Wed, 27 May 2015 14:26:11 +0000 (07:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 27 May 2015 14:26:25 +0000 (14:26 +0000)
commit5450fc07ba07615a70f5ed8379dc23c3275d6fe3
treef30096a2698bd504dca69e7daf8279a618f706e8
parent42fc4310783772d7d503e8ab7dde3a7cb3351e00
VectorICs: allocating slots for store ics in ast nodes.

Also adapt code generation to pass the slot to the
store/keyed-store ic. AST nodes ObjectLiteral, Assignment,
ForEach, Call and CountOperation now include one or more
feedback vector ic slot ids.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28659}
12 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ast-numbering.cc
src/ast.cc
src/ast.h
src/full-codegen.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/type-feedback-vector.cc
src/type-feedback-vector.h
src/x64/full-codegen-x64.cc