X87: [builtins] Remove the weird STACK_OVERFLOW builtin.
authorchunyang.dai <chunyang.dai@intel.com>
Tue, 15 Sep 2015 11:31:13 +0000 (04:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 15 Sep 2015 11:31:29 +0000 (11:31 +0000)
commitee86a749bf0db6c749b4487fc50fe763f73c7f39
tree5565290f045511179ad06471f1af2379f1cd6f15
parentec2f11c577c6e804a822f5af7a1e2e9837340068
X87: [builtins] Remove the weird STACK_OVERFLOW builtin.

port 39604dda567b9ba9f4dcfe42f95471f30ec7cb6b (r30693).

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.

BUG=

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

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