Ryujinx/ARMeilleure/CodeGen
jhorv 23c844b2aa
Misc performance tweaks (#4509)
* use Array.Empty() where instead of allocating new zero-length arrays

* structure for loops in a way that the JIT will elide array/Span bounds checking

* avoiding function calls in for loop condition tests

* avoid LINQ in a hot path

* conform with code style

* fix mistake in GetNextWaitingObject()

* fix GetNextWaitingObject() possibility of returning null if all list items have TimePoint == long.MaxValue

* make GetNextWaitingObject() behave FIFO behavior for multiple items with the same TimePoint
2023-03-11 17:05:48 -03:00
..
Arm64 Misc performance tweaks (#4509) 2023-03-11 17:05:48 -03:00
Linking A few minor documentation fixes. (#3599) 2022-08-19 18:21:06 -03:00
Optimizations Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
RegisterAllocators Misc performance tweaks (#4509) 2023-03-11 17:05:48 -03:00
Unwinding PPTC Follow-up. (#1712) 2020-12-17 20:32:09 +01:00
X86 CPU: Avoid argument value copies on the JIT (#4484) 2023-03-08 23:25:35 +01:00
CompiledFunction.cs Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer (#4337) 2023-01-23 22:37:53 +00:00
PreAllocatorCommon.cs CPU: Avoid argument value copies on the JIT (#4484) 2023-03-08 23:25:35 +01:00