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
..
2024-10-17 18:38:34 -07:00
2024-08-20 14:59:54 +02:00