• bmeurer's avatar
    [turbofan] Specialize loads of the native context. · d0c50366
    bmeurer authored
    When we specialize to the native context, we can replace loads of the
    NATIVE_CONTEXT_INDEX in any known context with the appropriate native
    context for that context. This allows us to constant-fold and further
    optimize things like %reflect_construct, which are inserted by the
    parser.
    
    R=jarin@chromium.org
    
    Review URL: https://codereview.chromium.org/1697513003
    
    Cr-Commit-Position: refs/heads/master@{#33965}
    d0c50366
node-properties.cc 12.3 KB