DescriptionPPC: [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).
R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com
BUG=chromium:534200
LOG=n
Committed: https://crrev.com/3028534498c236563f7e426f87f9a5298992eb7f
Cr-Commit-Position: refs/heads/master@{#30871}
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|