Skip to content

[GR-63609] SVM: Optimize Serial GC write barriers of stores on newly created objects #10986

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
Apr 5, 2025

Conversation

graalvmbot
Copy link
Collaborator

Hi,

This patch adds the capabilities of a Serial GC write barrier to track the relation of its base with respect to the corresponding allocation if any. It allows the backend to perform optimization such as outlining uncommon paths or eliding the barrier.

Please take a look and leave your reviews, thanks a lot.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 4, 2025
@graalvmbot graalvmbot closed this Apr 5, 2025
@graalvmbot graalvmbot deleted the qam/newobject branch April 5, 2025 11:24
@graalvmbot graalvmbot merged commit d37573f into master Apr 5, 2025
13 checks passed
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