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: Skip temp regs where possible #12764

Merged
merged 5 commits into from May 21, 2024

Conversation

Sintendo
Copy link
Member

@Sintendo Sintendo commented May 4, 2024

There were several places in the code where we allocate a scratch register to temporarily hold a value. However, when the destination register is never read, we may use it as a scratch register and skip explicitly allocating one.

This should reduce register pressure a little.

@AdmiralCurtiss AdmiralCurtiss merged commit abc8aa2 into dolphin-emu:master May 21, 2024
11 checks passed
@Sintendo Sintendo deleted the jitarm64-temp-regs branch May 23, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants