Introduce FeedbackVectorSlot type - better than int.
authormvstanton@chromium.org <mvstanton@chromium.org>
Fri, 10 Oct 2014 13:22:10 +0000 (13:22 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org>
Fri, 10 Oct 2014 13:22:10 +0000 (13:22 +0000)
commitd04617b2db51fabbe498ee32f55885ca0c4d244b
tree0750fca84f406d320ed7dd2219b80aec3a0a2ae4
parent8f983e76722e49e1447aae12a7ce8445c3a12278
Introduce FeedbackVectorSlot type - better than int.

It's good to have typing around this value.

R=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24528 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
24 files changed:
src/arm/full-codegen-arm.cc
src/arm/lithium-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/arm64/lithium-codegen-arm64.cc
src/ast.cc
src/ast.h
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/js-generic-lowering.cc
src/compiler/js-operator.cc
src/compiler/js-operator.h
src/full-codegen.cc
src/full-codegen.h
src/hydrogen-instructions.h
src/ia32/full-codegen-ia32.cc
src/ia32/lithium-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips/lithium-codegen-mips.cc
src/type-info.cc
src/type-info.h
src/utils.h
src/x64/full-codegen-x64.cc
src/x64/lithium-codegen-x64.cc
test/unittests/compiler/js-typed-lowering-unittest.cc