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

[release/8.0] JIT: Fix case where we illegally optimize away a memory barrier on ARM32 #91870

Merged
merged 1 commit into from
Sep 11, 2023

Commits on Sep 11, 2023

  1. JIT: Fix invalid memory barrier removal optimization

    The ARM32/ARM64 backends have an optimization where they optimize out
    the latter of two subsequent memory barriers if no memory store/load has
    been seen between them. This optimization should not be allowed to
    remove memory barriers when a call has been seen.
    
    Fix #91732
    jakobbotsch authored and github-actions committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    181b78c View commit details
    Browse the repository at this point in the history