Reviewers: Mads Ager,

Description:
Change OSR stack check patching to use the stack check table.

Change OSR stack check patching to use the stack check table to iterate over the
calls to stack guards platform independent. Introduce
Deoptimizer::PatchStackCheckAt for each platform to perform the platform
specific patch at a given pc.

BUG=none
TEST=none

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

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

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


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

Reply via email to