• Michael Achenbach's avatar
    Revert "[Interpreter] Improve handling of a === true / false." · c3f8b503
    Michael Achenbach authored
    This reverts commit bdf70aa0.
    
    Reason for revert: Breaks perf testing. Comma missing in json.
    
    Original change's description:
    > [Interpreter] Improve handling of a === true / false.
    > 
    > Add support for direct jumping on True/False for strict equals of boolean
    > literals. This improves the score for such comparisons by around 75% on
    > baseline code, and by around 40x on optimized code for the added performance
    > test.
    > 
    > Bug=v8:6403
    > 
    > Change-Id: I81ea16a057e081eb6d159cd64c8e8615f65f9abb
    > Reviewed-on: https://chromium-review.googlesource.com/509570
    > Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    > Reviewed-by: Mythri Alle <mythria@chromium.org>
    > Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#45450}
    
    TBR=rmcilroy@chromium.org,mythria@chromium.org,bmeurer@chromium.org
    NOPRESUBMIT=true
    NOTREECHECKS=true
    NOTRY=true
    Bug=v8:6403
    
    Change-Id: I12b1868ba22354d056f38fe36e3c1e5fae5aa1b5
    Reviewed-on: https://chromium-review.googlesource.com/509577Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Commit-Queue: Michael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#45459}
    c3f8b503
ast.cc 38.6 KB