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

improvement: Request jvmRunEnvironment lazily #6223

Merged
merged 1 commit into from Mar 18, 2024

Commits on Mar 14, 2024

  1. improvement: Request jvmEnvironment lazily

    Previously, we would eagerly request jvmEnvironment for all known main classes, which in case of Bazel might cause a lot of queries. This might also not be efficient in some other cases. Now, we only request and cache jvmRunEnvironment when needed.
    tgodzik committed Mar 14, 2024
    Copy the full SHA
    6b76b0d View commit details
    Browse the repository at this point in the history