Skip to content

[GR-67701] [GR-68034] Improve the parallelism of ImageHeapCollectionFeature and the associated ImageHeap{List,Map} data structures #11919

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

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

graalvmbot
Copy link
Collaborator

This PR performs three tasks to achieve the goal specified in the title:

  • Introduce a modified field to HostedImageHeapMap (similarly as is done for HostedImageHeapList) to skip the deep scan of each heap map instance in ImageHeapCollectionFeature.duringAnalysis.
  • Make both HostedImageHeapList and HostedImageHeapMap append-only as much as possible to reduce the number of rescans needed.
  • Make ImageHeapCollectionFeature.duringAnalysis process the maps and lists in parallel.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 8, 2025
@graalvmbot graalvmbot force-pushed the d-kozak/GR-67701/hosted-image-heap-map-modified branch from a6e4e58 to 8182919 Compare August 10, 2025 08:21
@graalvmbot graalvmbot merged commit afaec4b into master Aug 12, 2025
12 of 13 checks passed
@graalvmbot graalvmbot deleted the d-kozak/GR-67701/hosted-image-heap-map-modified branch August 12, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants