Reviewers: rossberg, oliv,

Message:
Hey Andreas,
This fixes one of Oli's leftover TODOs. PTAL
CC'ed Oli for additional feedback.
-- Benedikt

Description:
Inline number to string conversion for string addition into BinaryOp(Stub).

This fixes a performance regression that was caused by converting the
BinaryOpStub to a Hydrogen code stub. It also fixes a leftover TODO wrt.
the handling of Number*String or String*Number versions of the stub.

Please review this at https://codereview.chromium.org/27674002/

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

Affected files (+212, -150 lines):
  M src/arm/code-stubs-arm.cc
  M src/code-stubs-hydrogen.cc
  M src/code-stubs.h
  M src/code-stubs.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/ia32/code-stubs-ia32.cc
  M src/isolate.cc
  M src/x64/code-stubs-x64.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to