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

[GR-31510] [GR-32349] Improve image build time. #3529

Merged
merged 10 commits into from
Jul 1, 2021

Commits on Jun 28, 2021

  1. Improve performance of method resolution

    Christian Wimmer committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    fa4df6c View commit details
    Browse the repository at this point in the history
  2. Improve performance of CompileTask scheduling

    Christian Wimmer committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    cd6b9cb View commit details
    Browse the repository at this point in the history
  3. Cache frequently accessed values

    Christian Wimmer committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    427b078 View commit details
    Browse the repository at this point in the history
  4. Cache uniqueShortName

    Christian Wimmer committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    13e7f16 View commit details
    Browse the repository at this point in the history
  5. Cache frequently accessed values

    Christian Wimmer committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    399a33e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06fb2e6 View commit details
    Browse the repository at this point in the history
  7. Use bulk-copy to copy primitive arrays into the image heap

    Christian Wimmer committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    78b73da View commit details
    Browse the repository at this point in the history
  8. Make TypeFlow objects unreachable after static analysis

    Christian Wimmer committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6eb7b94 View commit details
    Browse the repository at this point in the history
  9. Allow GC of more Graal graphs that are no longer needed

    Christian Wimmer committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    25c3155 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Make -H:+PrintMethodHistogram usable for large images

    Christian Wimmer committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    cd6ba19 View commit details
    Browse the repository at this point in the history