DescriptionX87: [stubs] Refactor StringCompareStub and use it for HStringCompareAndBranch.
port 8016547c8e6fde00fff0a1791f3c83b444d8af25 (r30818).
original commit message:
The StringCompareStub used to take its parameters on the (JavaScript)
stack, which made it impossible to use in TurboFan. Actually
StringCompareStub was currently completely unused. This changes the
calling convention to something TurboFan compatible and introduces a
CallInterfaceDescriptor for StringCompareStub. It also changes
HStringCompareAndBranch to use the StringCompareStub instead of using
the full blown CompareICStub for a stupid string comparison.
BUG=
Committed: https://crrev.com/be04dd5c9e6023cc4114bd41f80fde3201e784e9
Cr-Commit-Position: refs/heads/master@{#30845}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|