Reg Cache

| PJ64 1.4 |

Description

Probably the recompiler's most significant optimisation technique, register caching usually dramatically improves the efficiency of the recompiler without side effects. The reason this is included as an option is that sometimes register caching will produce an error in a game. Register caching can cause many kinds of obscure errors, such as events in a game not triggering, or a game becoming stuck in a loop, aswell as obvious errors such as a crash. If you find you are having stability problems with the recompiler and not the interpreter, try disabling register caching to see if you can get past the point/game with at least some of the performance of the recompiler.

Syntax

Reg Cache = string(No, Yes)

Example

Reg Cache=Yes

Parameters

Value Result
No
Yes [Default]

Notes

  • None

See Also

  • None
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License