We no longer need to recover type cells from the oracle.
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Jan 2014 09:48:05 +0000 (09:48 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Jan 2014 09:48:05 +0000 (09:48 +0000)
commit04b1baa4c48b2b1060e1b9456c4254ea7b7b7b9b
tree1b2b8129a50c089f945379286dedce8355df3bad
parent8dd7dec8c582abf28382e7de6f5523ad384cbd35
We no longer need to recover type cells from the oracle.

We only need the values within them. Function calls to Array from optimized code needed the cell in the past, but no longer.

R=bmeurer@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18682 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/lithium-codegen-arm.cc
src/ast.cc
src/ast.h
src/hydrogen-instructions.h
src/hydrogen.cc
src/ia32/lithium-codegen-ia32.cc
src/mips/lithium-codegen-mips.cc
src/type-info.cc
src/type-info.h
src/x64/lithium-codegen-x64.cc