Skip to content

Shenandoah barriers for x64 backend #2

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 3 commits into from
May 8, 2025

Conversation

JohnTortugo
Copy link

No description provided.

@JohnTortugo JohnTortugo changed the title Second backup Shenandoah barriers for x64 backend May 8, 2025
@JohnTortugo JohnTortugo marked this pull request as ready for review May 8, 2025 00:10
private static final EnumSet<StageFlag> LOW_TIER_MANDATORY_STAGES = EnumSet.of(
StageFlag.LOW_TIER_LOWERING,
StageFlag.EXPAND_LOGIC,
StageFlag.ADDRESS_LOWERING,
StageFlag.REMOVE_OPAQUE_VALUES,
StageFlag.FINAL_SCHEDULE);
StageFlag.FINAL_SCHEDULE,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some unit tests were failing because this list hadn't been updated after our changes.

@rkennke rkennke merged commit bab8523 into rkennke:shenandoah-support May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants