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

util: never trigger proxy traps while inspecting objects #30767

Closed
wants to merge 4 commits into from

Commits on Dec 2, 2019

  1. benchmark: add more util inspect and format benchmarks

    This adds a couple of benchmarks to check different options and code
    paths.
    BridgeAR committed Dec 2, 2019
    Copy the full SHA
    4e547f4 View commit details
    Browse the repository at this point in the history
  2. util: improve performance inspecting proxies

    This makes sure we do not retrieve the handler in case it's not
    required. This improves the performance a tiny bit for these cases.
    BridgeAR committed Dec 2, 2019
    Copy the full SHA
    1effffd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fcf8b19 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Copy the full SHA
    0f86ca4 View commit details
    Browse the repository at this point in the history