CallNewArray sites need the original feedback cell at crankshaft time.
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 7 Jun 2013 13:21:20 +0000 (13:21 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 7 Jun 2013 13:21:20 +0000 (13:21 +0000)
commit1fc6065b380ec14d44636b05fbaa907b1b2d04b5
tree5874a7aab7aee99dcb7a89f63157e5b503a26e17
parent9595a691b09d53f9688b5f31f52d877659c13271
CallNewArray sites need the original feedback cell at crankshaft time.

This CL addresses a TODO in the hydrogen-based array constructor code,
to pass through the actual type feedback cell, rather than the contents
of the cell.

BUG=
R=danno@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15004 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.cc
src/ast.h
src/hydrogen.cc
src/type-info.cc
src/type-info.h