Reviewers: Søren Gjesse,

Description:
Move stack check patching to the architecture dependent deoptimizer
files. On ARM it is not enough to iterate the relocation information
because that will only give us access to the constant pool and not to
the place in the instruction stream where the target in the constant
pool is called.

Please review this at http://codereview.chromium.org/6343005/

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

Affected files:
  M src/arm/deoptimizer-arm.cc
  M src/deoptimizer.h
  M src/ia32/deoptimizer-ia32.cc
  M src/runtime-profiler.cc
  M src/runtime.cc
  M src/x64/deoptimizer-x64.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to