Optimize Function.prototype.call
authorverwaest@chromium.org <verwaest@chromium.org>
Wed, 15 Oct 2014 12:22:15 +0000 (12:22 +0000)
committerverwaest@chromium.org <verwaest@chromium.org>
Wed, 15 Oct 2014 12:22:15 +0000 (12:22 +0000)
commit23868b419c1ad10f5db5e3df1df08ee23e382e3d
treec61261c4b21dc448c781fb63e8666a0b137e1357
parent37f16450232dc591c012dbf33f7513f8b95fe70b
Optimize Function.prototype.call

BUG=
R=verwaest@chromium.org, jarin@chromium.org, jkummerow@chromium.org

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

Patch from Petka Antonov <p.antonov@partner.samsung.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24631 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/hydrogen.cc
src/hydrogen.h
src/objects.h
test/mjsunit/compiler/deopt-inlined-from-call.js [new file with mode: 0644]
test/mjsunit/compiler/inlined-call-mapcheck.js [new file with mode: 0644]
test/mjsunit/compiler/inlined-call.js [new file with mode: 0644]
test/mjsunit/regress/regress-385565.js [new file with mode: 0644]