Ryujinx/ARMeilleure
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
..
CodeGen CPU: Implement VFMA (Vector) (#1762) 2020-12-15 00:01:52 -03:00
Common Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
Decoders CPU: Implement VFMA (Vector) (#1762) 2020-12-15 00:01:52 -03:00
Diagnostics
Instructions Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
IntermediateRepresentation CPU: Implement VFNMA.F32 | F.64 (#1783) 2020-12-07 21:04:01 -03:00
Memory Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
State
Translation Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
ARMeilleure.csproj
Optimizations.cs CPU: Implement VFNMS.F32/64 (#1758) 2020-12-03 20:20:02 +01:00
Statistics.cs