ARM64: Fix stack manipulation.
authorrodolph.perfetta@arm.com <rodolph.perfetta@arm.com>
Wed, 22 Oct 2014 18:24:20 +0000 (18:24 +0000)
committerrodolph.perfetta@arm.com <rodolph.perfetta@arm.com>
Wed, 22 Oct 2014 18:24:20 +0000 (18:24 +0000)
commitecbfc43f37ad5849c2f8c52c1d6b00a92a688a27
treed60a219b0363a03978560801a37569bff31593b0
parent98e0eac76f3f5f1334fb45b321995de1c13902e1
ARM64: Fix stack manipulation.

Builtins::Generate_StringConstructCode was claiming stack space instead of
giving it back.

BUG=chromium:425585
LOG=Y
R=jkummerow@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24815 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm64/builtins-arm64.cc
test/mjsunit/regress/regress-crbug-425585.js [new file with mode: 0644]