PPC: [ic] Introduce BOOLEAN state for CompareIC.
authormbrandy <mbrandy@us.ibm.com>
Tue, 22 Sep 2015 19:42:02 +0000 (12:42 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 22 Sep 2015 19:42:18 +0000 (19:42 +0000)
commit3028534498c236563f7e426f87f9a5298992eb7f
tree7b085c1dc381a6d69c4352c30e4be9265c7f30cc
parent308ae26955a9866a0b89031a1ddc4bd61d6c7ee7
PPC: [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

Review URL: https://codereview.chromium.org/1362683002

Cr-Commit-Position: refs/heads/master@{#30871}
src/ppc/code-stubs-ppc.cc