DescriptionX87: [compiler] Introduce code stubs for string relational comparisons.
port 5912e0f014bd7b7d52cdc293145a912a4ecf2cf3(r34485)
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.).
BUG=
Committed: https://crrev.com/5dbc0e30cb1d6a61e9308c50f2a6fc3d864785f6
Cr-Commit-Position: refs/heads/master@{#34516}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|