Streamline the code for patching optimized code for lazy deopt.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 3 Feb 2011 10:07:22 +0000 (10:07 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 3 Feb 2011 10:07:22 +0000 (10:07 +0000)
commite4a4804546bb19641a047f09e098999ba70b66ed
tree652db94e73da25c4aa363eac5b88a0573da21291
parent26287403ae059551210cccc9d49267b1fd017792
Streamline the code for patching optimized code for lazy deopt.

Rewrite the lazy deopt patching code on IA32 to use addresses throughout,
rather than offsets and a base address.

Also, rename a couple of ambiguous Code fields from _start to _offset.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6611 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
14 files changed:
src/arm/deoptimizer-arm.cc
src/arm/lithium-codegen-arm.cc
src/deoptimizer.cc
src/disassembler.cc
src/full-codegen.cc
src/ia32/deoptimizer-ia32.cc
src/ia32/lithium-codegen-ia32.cc
src/objects-inl.h
src/objects.cc
src/objects.h
src/runtime.cc
src/safepoint-table.cc
src/x64/deoptimizer-x64.cc
src/x64/lithium-codegen-x64.cc