• bmeurer's avatar
    [turbofan] Add support for inlining bound functions. · ae679c54
    bmeurer authored
    Support inlining across bound functions in the JSCallReducer when we
    specialize to the native context. This basically removes all overhead
    from bound functions in TurboFan and gives another speed of 10x on my
    microbenchmark.
    
    BUG=chromium:535408, chromium:571299, v8:4629
    R=jarin@chromium.org
    LOG=n
    
    Review URL: https://codereview.chromium.org/1581343002
    
    Cr-Commit-Position: refs/heads/master@{#33283}
    ae679c54
js-call-reducer.cc 23.4 KB