PPC: [builtins] Remove the weird STACK_OVERFLOW builtin.
authormbrandy <mbrandy@us.ibm.com>
Fri, 11 Sep 2015 15:08:49 +0000 (08:08 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 11 Sep 2015 15:08:55 +0000 (15:08 +0000)
commit62ab109d188eeba7e941d731b63a3948d1c9353d
treecb40d7d8681cd4c6710be1e9b979bbc845954f15
parente7a3e2aae4270c7f368ea4172d98f03512f5aeab
PPC: [builtins] Remove the weird STACK_OVERFLOW builtin.

Port 39604dda567b9ba9f4dcfe42f95471f30ec7cb6b

Original commit message:
    Just use a %ThrowStackOverflow runtime function instead, which
    does the trick, especially since the Isolate already has a
    preallocated StackOverflow error for that.

R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com
BUG=

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

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