Reviewers: William Hesse, Lasse Reichstein,

Description:
Add support for deoptimization on x64.

I did not take out the code relating to osr from the generate method
since this makes it easier to compare to ia32 (we will abort anyway when we hit
the osr code so there should be no issues with having this in)



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

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

Affected files:
  M     src/arm/deoptimizer-arm.cc
  M     src/ia32/deoptimizer-ia32.cc
  M     src/x64/assembler-x64.h
  M     src/x64/assembler-x64.cc
  M     src/x64/builtins-x64.cc
  M     src/x64/deoptimizer-x64.cc
  M     src/x64/lithium-codegen-x64.cc
  M     test/cctest/cctest.status
  M     test/mjsunit/mjsunit.status


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

Reply via email to