Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmark: remove %OptimizeFunctionOnNextCall #9615

Closed
wants to merge 11 commits into from

Commits on Mar 6, 2017

  1. benchmark: remove forced optimization from buffer

    This removes all instances of %OptimizeFunctionOnNextCall from buffer
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    4378bb2 View commit details
    Browse the repository at this point in the history
  2. benchmark: remove forced optimization from crypto

    This removes all instances of %OptimizeFunctionOnNextCall from crypto
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    b2b9fb3 View commit details
    Browse the repository at this point in the history
  3. benchmark: remove forced optimization from es

    This removes all instances of %OptimizeFunctionOnNextCall from es
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    d01a309 View commit details
    Browse the repository at this point in the history
  4. benchmark: remove forced optimization from misc

    This removes all instances of %OptimizeFunctionOnNextCall from misc
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    3adff2a View commit details
    Browse the repository at this point in the history
  5. benchmark: remove forced optimization from path

    This removes all instances of %OptimizeFunctionOnNextCall from path
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    14964ce View commit details
    Browse the repository at this point in the history
  6. benchmark: remove querystring forced optimization

    This removes all instances of %OptimizeFunctionOnNextCall from
    querystring benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    2aedb7a View commit details
    Browse the repository at this point in the history
  7. benchmark: remove streams forced optimization

    This removes all instances of %OptimizeFunctionOnNextCall from streams
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    750efa4 View commit details
    Browse the repository at this point in the history
  8. benchmark: remove forced optimization from tls

    This removes all instances of %OptimizeFunctionOnNextCall from tls
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    666b56c View commit details
    Browse the repository at this point in the history
  9. benchmark: remove forced optimization from url

    This removes all instances of %OptimizeFunctionOnNextCall from url
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    52082f5 View commit details
    Browse the repository at this point in the history
  10. benchmark: remove forced optimization from util

    This removes all instances of %OptimizeFunctionOnNextCall from util
    benchmarks
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    f848bb1 View commit details
    Browse the repository at this point in the history
  11. benchmark: cleanup after forced optimization drop

    This removes all instances of %OptimizeFunctionOnNextCall from common.js
    and README.md
    
    PR-URL: nodejs#9615
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    bzoz committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    326dac6 View commit details
    Browse the repository at this point in the history