Cleanup of ARM exception handlers. Remove the unused code and
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 10 Jun 2009 09:00:07 +0000 (09:00 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 10 Jun 2009 09:00:07 +0000 (09:00 +0000)
commit94a122296d76295f98c3380b33687b2cb2b8ef52
tree681e25c29741777c06570d559e3e8bcc4b303fa0
parentf6aa7ce3ee59b4e7af9e87ba126a60b4db49790f
Cleanup of ARM exception handlers.  Remove the unused code and
parameter pointer slots.  Change it so that the handler address no
longer points into the middle of the handler.

Review URL: http://codereview.chromium.org/119414

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2129 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 files changed:
src/arm/codegen-arm.cc
src/arm/frames-arm.h
src/arm/macro-assembler-arm.cc
src/arm/virtual-frame-arm.cc
src/frames-inl.h
src/frames.h
src/ia32/codegen-ia32.cc
src/ia32/frames-ia32.h
src/ia32/macro-assembler-ia32.cc
src/x64/codegen-x64.cc
src/x64/frames-x64.h
src/x64/macro-assembler-x64.cc
src/x64/macro-assembler-x64.h