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

src: cache and resue isolate and contex pointers #23024

Closed

Commits on Sep 22, 2018

  1. src: cache and resue isolate and contex pointers

    Many places these values are obtained through `env` pointer that
    incurs function calls. Source in once and re-use as much as possible.
    There are more of this pattern in this file, but those are either
    one-time use or used in conditional blocks which means sourcing-in
    those data early may not be beneficial.
    gireeshpunathil committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    9ae69be View commit details
    Browse the repository at this point in the history