Reviewers: Kasper Lund,

Description:
Avoid a call to the runtime system when doing binary fp ops on ARM
(at the moment only if we do not need to allocate a heap number).
Find a few more oportunities to avoid heap number allocation on IA32.

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

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

Affected files:
   M     src/assembler.h
   M     src/assembler.cc
   M     src/codegen-arm.h
   M     src/codegen-arm.cc
   M     src/codegen-ia32.h
   M     src/codegen-ia32.cc
   M     src/codegen.h
   M     src/constants-arm.h
   M     src/disasm-arm.cc
   M     src/macro-assembler-arm.h
   M     src/macro-assembler-arm.cc
   M     src/runtime.cc
   M     src/serialize.cc
   M     src/simulator-arm.h
   M     src/simulator-arm.cc
   M     test/mjsunit/negate.js
   M     test/mjsunit/number-limits.js



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

Reply via email to