DescriptionPPC: [compiler] Introduce code stubs for string relational comparisons.
Port 5912e0f014bd7b7d52cdc293145a912a4ecf2cf3
Original commit message:
Add StringLessThanStub, StringLessThanOrEqualStub, StringGreaterThanStub
and StringGreaterThanOrEqualStub, based on the CodeStubAssembler, and
hook them up with TurboFan (and Ignition). The stubs are currently
essentially comparable with the StringCompareStub, which is now
obsolete. We can later extend these stubs to cover more interesting
cases (i.e. two byte sequential string comparisons, etc.).
R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/35bce027d20287bc44c56112b1fbeac0b31c4a5c
Cr-Commit-Position: refs/heads/master@{#34508}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|