Reviewers: fschneider,

Description:
Add inlining of binary smi operations in the full codegens on IA32
and x64 (on IA32 we even fold constants into the instructions for
a more compact representation) and prepare the ARM full codegen for
the doing the same there.

Please review this at http://codereview.chromium.org/3195028/show

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

Affected files:
  M     src/arm/full-codegen-arm.cc
  M     src/ast.h
  M     src/full-codegen.h
  M     src/full-codegen.cc
  M     src/ia32/full-codegen-ia32.cc
  M     src/token.h
  M     src/x64/full-codegen-x64.cc


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

Reply via email to