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-53705] Remove the concept of "Unsafe partitions". #8877

Merged
merged 1 commit into from May 9, 2024

Conversation

graalvmbot
Copy link
Collaborator

In the early days of native image, we introduced the UnsafePartitionKind to slightly improve the static analysis precision when analyzing the compiler itself: Edges between compiler nodes are accessed via Unsafe, but we know that these values do not alias with other Unsafe accessed fields.

There is no real benefit in maintaining this code, we can just remove the whole concept.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 2, 2024
@graalvmbot graalvmbot closed this May 9, 2024
@graalvmbot graalvmbot deleted the cwi/remove-unsafe-partition branch May 9, 2024 10:22
@graalvmbot graalvmbot merged commit 126bcc8 into master May 9, 2024
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.

None yet

2 participants