[runtime] Remove weird pushing of something on StackOverflow.
authorbmeurer <bmeurer@chromium.org>
Wed, 23 Sep 2015 10:58:38 +0000 (03:58 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 23 Sep 2015 10:58:49 +0000 (10:58 +0000)
commit556b522ac62414c87d05f5d6bab33f6b6cab9b13
tree3f3c5d68b10f1f7a914444edbe3a8a7513260872
parent4e05854068414671bd8a60b11154215332e99e1b
[runtime] Remove weird pushing of something on StackOverflow.

We somehow try to push some stuff on the stack when we detect a stack
overflow, that we don't need. Even worse we might access outside the
valid stack bounds. Since we don't need this, it's gone.

CQ_INCLUDE_TRYBOTS=tryserver.v8:v8_linux_layout_dbg,v8_linux_nosnap_dbg
R=jarin@chromium.org
BUG=chromium:534881
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#30883}
src/arm/builtins-arm.cc
src/arm64/builtins-arm64.cc
src/ia32/builtins-ia32.cc
src/mips/builtins-mips.cc
src/mips64/builtins-mips64.cc
src/x64/builtins-x64.cc