Simplify stackframe of construct stub on ARM and MIPS.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Feb 2012 09:13:31 +0000 (09:13 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Feb 2012 09:13:31 +0000 (09:13 +0000)
commit34f220001dad3c3962359372ed46e64e45b899fa
tree5151766e5f3b2d6d91421a1b9a6f95df4699a5f1
parentd89c0b9500434a7b0b25eec58786c6ca303d434a
Simplify stackframe of construct stub on ARM and MIPS.

This unifies the stackframe layout of the generic constructor stub to be
in sync with ia32 and x64. There was an unecessary copy of the construct
function saved on the stack which wasn't used at all.

R=erik.corry@gmail.com

Review URL: https://chromiumcodereview.appspot.com/9348058

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10653 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/builtins-arm.cc
src/mips/builtins-mips.cc