DescriptionX87: [ic] Introduce BOOLEAN state for CompareIC.
port 10c5f2e85ef92b7ca002ef95e406d5dc4f0c410b
original commit message:
Slow path for relational comparison of boolean primitive values
now goes through the runtime, which made the slow path even
slower than it already was. So in order to repair the regression,
we just track boolean feedback for comparisons and use that
to generate decent code in Crankshaft (not the best possible
code, but good enough for Crankshaft; TurboFan will be able
to do better on that).
BUG=
Committed: https://crrev.com/28de5bf8fbd55646ee9f0594fee57cb4b64898f5
Cr-Commit-Position: refs/heads/master@{#30903}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|