Reviewers: Kevin Millikin, Description: Reland 10216 - Optimize the equality check case of ICCompare stubs.
Now with arm and x64 support. Additionally, added default unreachable case to switch statement in CompareIC::TargetState to make win and mac compilers happy.
Reviewer guide: This is an exact copy of 10216 except: src/arm/* src/x64/* src/ic.cc (added default case to swith in CompareIC::TargetState) Please review this at http://codereview.chromium.org/8872060/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/code-stubs-arm.cc M src/arm/ic-arm.cc M src/code-stubs.h M src/code-stubs.cc M src/heap.h M src/heap.cc M src/hydrogen.cc M src/ia32/code-stubs-ia32.cc M src/ia32/ic-ia32.cc M src/ic.h M src/ic.cc M src/mark-compact.cc M src/type-info.h M src/type-info.cc M src/x64/code-stubs-x64.cc M src/x64/ic-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
