• bmeurer's avatar
    [turbofan] Optimize stores to global properties. · 9d2e2177
    bmeurer authored
    This adds support to also lower stores to global property cells in state
    kConstant or kConstantType, where we need to deoptimize eagerly in case
    we have a value/type mismatch.
    
    Also fixes bugs in the construction of the frame states in the
    AstGraphBuilder.
    
    R=jarin@chromium.org
    BUG=v8:4470
    LOG=n
    
    Review URL: https://codereview.chromium.org/1398723002
    
    Cr-Commit-Position: refs/heads/master@{#31178}
    9d2e2177
js-global-specialization.cc 12.9 KB