Reviewers: Mads Ager,

Description:
ARM: Initial type recording binary operation stub

This implements the type recording binary operation stub for ARM. This first
iteration only supports ADD. Handling of 32-bit integers is currently not
implemented but just transitions. The generic case for now delegates to the
generic binary operation stub.

Please review this at http://codereview.chromium.org/6342019/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/arm/code-stubs-arm.h
  M     src/arm/code-stubs-arm.cc
  M     src/arm/full-codegen-arm.cc
  M     src/arm/ic-arm.cc
  M     src/arm/lithium-arm.cc
  M     src/arm/macro-assembler-arm.h
  M     src/arm/macro-assembler-arm.cc
  M     src/ic.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to