JosJuice 527ad0b99b JitArm64: Allocate scratch registers inside EmitBackpatchRoutine
This cuts down on how much callers have to think about what registers
EmitBackpatchRoutine is using. Also, by allocating registers dynamically
instead of using a fixed set of registers, we improve codegen in cases
where the fixed registers are taken but other registers are free.

(These improvements don't apply to the emitting_routine == true case,
where everything still works like before by necessity.)
2024-12-29 20:36:39 +01:00
..
2023-05-16 20:21:36 -07:00