Reviewers: Rico, Description: 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. Please review this at http://codereview.chromium.org/6334083/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge/build/ia32 Affected files: M src/arm/deoptimizer-arm.cc M src/arm/lithium-codegen-arm.cc M src/deoptimizer.cc M src/disassembler.cc M src/full-codegen.cc M src/ia32/deoptimizer-ia32.cc M src/ia32/lithium-codegen-ia32.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/runtime.cc M src/safepoint-table.cc M src/x64/deoptimizer-x64.cc M src/x64/lithium-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
