DescriptionX87: [stubs] Introduce ToNameStub to implement %_ToName.
port a0878333de4dd090f9d8987e1698a9eef9cc7219(r33460)
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.
BUG=
Committed: https://crrev.com/f55b66ca387edced547e55fb00f99be8e47d1be5
Cr-Commit-Position: refs/heads/master@{#33483}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|