Ryujinx/ARMeilleure/CodeGen/RegisterAllocators
Andrey Sukharev 4da44e09cb
Make structs readonly when applicable (#4002)
* Make all structs readonly when applicable. It should reduce amount of needless defensive copies

* Make structs with trivial boilerplate equality code record structs

* Remove unnecessary readonly modifiers from TextureCreateInfo

* Make BitMap structs readonly too
2022-12-05 14:47:39 +01: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 Optimize LSRA (#2563) 2021-10-08 18:15:44 -03:00
LiveInterval.cs Optimize LSRA (#2563) 2021-10-08 18:15:44 -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 Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01: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