aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/ATranslatorCache.cs
AgeCommit message (Collapse)Author
2018-10-07Tweak cpu cache deletion policy values (#433)gdkchan
* Tweak cpu cache deletion policy values * Address PR feedback
2018-09-19Remove cold methods from the CPU cache (#224)gdkchan
* Remove unused tracing functionality from the CPU * GetNsoExecutable -> GetExecutable * Unsigned comparison * Re-add cpu tracing * Config change * Remove cold methods from the translation cache on the cpu * Replace lock with try lock, pass new ATranslatorCache instead of ATranslator * Rebase fixups