1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 22:13:35 +01:00
Ryujinx/Ryujinx.Cpu
gdkchan 61634dd415
Clear JIT cache on exit (#1518)
* Initial cache memory allocator implementation

* Get rid of CallFlag

* Perform cache cleanup on exit

* Basic cache invalidation

* Thats not how conditionals works in C# it seems

* Set PTC version to PR number

* Address PR feedback

* Update InstEmitFlowHelper.cs

* Flag clear on address is no longer needed

* Do not include exit block in function size calculation

* Dispose jump table

* For future use

* InternalVersion = 1519 (force retest).

Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com>
2020-12-16 17:07:42 -03:00
..
Tracking Memory Read/Write Tracking using Region Handles (#1272) 2020-10-16 17:18:35 -03:00
CpuContext.cs Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
InvalidAccessHandler.cs
JitMemoryAllocator.cs
JitMemoryBlock.cs
MemoryHelper.cs Rewrite size for fixed size buffers (#1808) 2020-12-12 14:06:20 +11:00
MemoryManager.cs Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
Ryujinx.Cpu.csproj infra: Migrate to .NET 5 (#1694) 2020-11-15 19:27:15 +01:00