CPU/Recompiler: Flush caller-saved regs before calling functions
Should provide a very small performance boost.
This commit is contained in:
@ -316,6 +316,7 @@ public:
|
||||
|
||||
void InvalidateAllNonDirtyGuestRegisters();
|
||||
void FlushAllGuestRegisters(bool invalidate, bool clear_dirty);
|
||||
void FlushCallerSavedGuestRegisters(bool invalidate, bool clear_dirty);
|
||||
bool EvictOneGuestRegister();
|
||||
|
||||
/// Temporarily prevents register allocation.
|
||||
|
||||
Reference in New Issue
Block a user