Reviewers: Kevin Millikin, Mads Ager, Description: Implementing inline caches for GenericBinaryOpStub. There are 3 fast cases: HeapNumber operands, String operands and Object operands. This CL implements it for ia32 only.
Please review this at http://codereview.chromium.org/551093 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.cc M src/code-stubs.h M src/code-stubs.cc M src/debug.cc M src/ia32/assembler-ia32.h M src/ia32/assembler-ia32.cc M src/ia32/codegen-ia32.h M src/ia32/codegen-ia32.cc M src/ic.h M src/ic.cc M src/log.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/spaces.cc M src/x64/codegen-x64.cc
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
