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

JitArm64: Flush in the middle of lmw/stmw/mfcr #12352

Merged
merged 1 commit into from Dec 10, 2023

Commits on Dec 3, 2023

  1. JitArm64: Flush in the middle of lmw/stmw/mfcr

    Normally we only flush registers right at the end of each PPC
    instruction. However, for PPC instructions that use a lot of registers
    one at a time, it's beneficial to do this flushing work in the middle
    of the instruction instead, reducing the risk of register starvation
    and improving pipelining.
    JosJuice committed Dec 3, 2023
    Copy the full SHA
    8368a39 View commit details
    Browse the repository at this point in the history