• chunyang.dai's avatar
    X87: [ic] Introduce BOOLEAN state for CompareIC. · 28de5bf8
    chunyang.dai authored
    port 10c5f2e8
    
    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=
    
    Review URL: https://codereview.chromium.org/1367523005
    
    Cr-Commit-Position: refs/heads/master@{#30903}
    28de5bf8
code-stubs-x87.cc 192 KB