Reviewers: Benedikt Meurer, dstence, joransiu, john.yan,

Description:
PPC: [runtime] Add %ToString and %_ToString and remove the TO_STRING builtin.

Port 09de997b3504368d40644afa7310b90faff5d09c

Original commit message:
    This adds a new ToString runtime function and a fast-path ToStringStub
    (which is just a simple dispatcher for existing functionality), and also
    implements %_ToName using the ToStringStub.

[email protected], [email protected], [email protected], [email protected]
BUG=v8:4307
LOG=n

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+75, -25 lines):
  M src/full-codegen/ppc/full-codegen-ppc.cc
  M src/ppc/builtins-ppc.cc
  M src/ppc/code-stubs-ppc.cc
  M src/ppc/interface-descriptors-ppc.cc
  M src/ppc/macro-assembler-ppc.h


--
--
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/d/optout.

Reply via email to