• bmeurer's avatar
    [turbofan] Fully reduce node in JSCallReducer::ReduceSpreadCall. · 724d8dfe
    bmeurer authored
    When turning a JSCallWithSpread into a JSCall or a JSConstructWithSpread
    into a JSConstruct, we need to (manually) invoke the JSCallReducer logic
    again on the changed node to make sure that optimizations that are now
    possible for the JSCall or JSConstruct operator are properly applied.
    
    BUG=v8:5932,v8:5895,v8:6344,v8:6399,v8:6400
    R=jarin@chromium.org
    
    Review-Url: https://codereview.chromium.org/2882153003
    Cr-Commit-Position: refs/heads/master@{#45325}
    724d8dfe
js-call-reducer.cc 36.4 KB