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

Add memory barriers to native AOT asm helpers #106004

Merged
merged 2 commits into from
Aug 10, 2024
Merged

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Aug 6, 2024

Fixes #81151

@jkotas
Copy link
Member Author

jkotas commented Aug 6, 2024

RiscV and Loongarch need the same fix. I will open a follow up issue for that.

Copy link
Member

@VSadov VSadov left a comment

Choose a reason for hiding this comment

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

LGTM!

@jkotas
Copy link
Member Author

jkotas commented Aug 7, 2024

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@VSadov
Copy link
Member

VSadov commented Aug 8, 2024

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas
Copy link
Member Author

jkotas commented Aug 8, 2024

There is actually a lot more simplification of the R2R asm helpers possible. I am going to submit it in separate PR and keep this one for the memory barriers only.

@jkotas
Copy link
Member Author

jkotas commented Aug 8, 2024

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas
Copy link
Member Author

jkotas commented Aug 9, 2024

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas
Copy link
Member Author

jkotas commented Aug 10, 2024

RiscV and Loongarch need the same fix. I will open a follow up issue for that.

Opened #106219

@github-actions github-actions bot locked and limited conversation to collaborators Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NativeAOT] ordering issue around ensuring static constructor execution
3 participants