dolphin icon indicating copy to clipboard operation
dolphin copied to clipboard

JitArm64: Skip temp regs where possible

Open Sintendo opened this issue 1 year ago • 0 comments

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.

Sintendo avatar May 04 '24 15:05 Sintendo