Reviewers: Michael Starzinger,

Message:
One doesn't simply jump to a function in the arguments adaptor trampoline. :)

We need to put the return address into the stack. Otherwise, the frame is off by
one word, and the stack frame iterator gets confused.

The fix is in diff between patch set 2 and patch set 1. PTAL.

Description:
Reland r20692 "Check stack limit in ArgumentAdaptorTrampoline."

BUG=353058
LOG=N
TEST=mjsunit/regress/regress-353058

Please review this at https://codereview.chromium.org/236633006/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+144, -7 lines):
  M src/arm/builtins-arm.cc
  M src/arm64/builtins-arm64.cc
  M src/builtins.h
  M src/ia32/builtins-ia32.cc
  M src/mips/builtins-mips.cc
  M src/runtime.js
  M src/x64/builtins-x64.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to