Reviewers: Yang, Description: Remove duplicated LChunk code.
Divide the LChunk class into an arch-independent LChunkBase and an arch-dependent LChunk which inherits from LChunkBase. BUG= TEST= Please review this at http://codereview.chromium.org/10701141/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/lithium-arm.h M src/arm/lithium-arm.cc M src/hydrogen.h M src/hydrogen.cc M src/ia32/lithium-ia32.h M src/ia32/lithium-ia32.cc M src/lithium.h M src/lithium.cc M src/mips/lithium-mips.h M src/mips/lithium-mips.cc M src/x64/lithium-x64.h M src/x64/lithium-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
