Ryujinx/ARMeilleure/CodeGen/RegisterAllocators
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
..
AllocationResult.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
CopyResolver.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
HybridAllocator.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
IRegisterAllocator.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
LinearScanAllocator.cs Misc performance tweaks (#4509) 2023-03-11 17:05:48 -03:00
LiveInterval.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
LiveIntervalList.cs Optimize LSRA (#2563) 2021-10-08 18:15:44 -03:00
LiveRange.cs Optimize LSRA (#2563) 2021-10-08 18:15:44 -03:00
RegisterMasks.cs Implement JIT Arm64 backend (#4114) 2023-01-10 19:16:59 -03:00
StackAllocator.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
UseList.cs Optimize LSRA (#2563) 2021-10-08 18:15:44 -03:00