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

Cache MethodHandles in LocalCacheFactory and NodeFactory #905

Merged
merged 6 commits into from
Apr 29, 2023

Commits on Apr 12, 2023

  1. Cache constructor MethodHandles in factories

    Update LocalCacheFactory.java
    yuzawa-san committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    557aa49 View commit details
    Browse the repository at this point in the history
  2. Cache constructor MethodHandles in factories

    use invokeExact and findClass
    yuzawa-san committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b24b5a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Cache constructor MethodHandles in factories

    use var
    yuzawa-san committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    88a9f13 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    bf64136 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Cache LocalCacheFactory and NodeFactory instances

    added slow path for our AOT friends
    yuzawa-san committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a1aab75 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    f9cdf54 View commit details
    Browse the repository at this point in the history