DescriptionPPC: [stubs] Introduce ToNameStub to implement %_ToName.
Port a0878333de4dd090f9d8987e1698a9eef9cc7219
Original commit message:
We already had hand-written optimized code for %_ToName in fullcodegen,
but the optimizing compilers always went to the runtime for %_ToName,
which is pretty bad for many of our builtins. So this CL moves the
existing native code to a ToNameStub (similar to the existing
ToStringStub), and uses the ToNameStub consistently in all compilers to
actually implement %_ToName.
R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/12ac11e98faf09890d6f5baa38e8d36aea788eb4
Cr-Commit-Position: refs/heads/master@{#33476}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|