PPC: JSEntryTrampoline: check for stack space before pushing arguments
authormichael_dawson <michael_dawson@ca.ibm.com>
Thu, 9 Apr 2015 20:52:38 +0000 (13:52 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Apr 2015 20:52:41 +0000 (20:52 +0000)
commita5d71c2cacfac17385e5baca833df3f8887283f7
tree96a8dc9c7cc9b267c57e4304a667cd57b28e64f3
parent3865493a0631a591246d7175e3daf67c58ce3907
PPC: JSEntryTrampoline: check for stack space before pushing arguments

Port 146598f44a1efd0f942745abfd6c08a073972c01

Original commit message:
Optimistically pushing a lot of arguments can run into the stack limit of the process, at least on operating systems where this limit is close to the limit that V8 sets for itself.

R=mbrandy@us.ibm.com

BUG=

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

Cr-Commit-Position: refs/heads/master@{#27719}
src/ppc/builtins-ppc.cc