1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-21 00:32:03 +00:00
Ryujinx/ARMeilleure/IntermediateRepresentation
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
..
BasicBlock.cs
BasicBlockFrequency.cs
Comparison.cs
IIntrusiveListNode.cs
Instruction.cs
Intrinsic.cs ARMeilleure: Add gfni acceleration (#3669) 2022-10-02 11:17:19 +02:00
IntrusiveList.cs
MemoryOperand.cs
Multiplier.cs
Operand.cs Extend uses count from ushort to uint on Operand Data structure (#3374) 2022-06-05 14:15:27 -03:00
OperandKind.cs
OperandType.cs
Operation.cs
PhiOperation.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
Register.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
RegisterType.cs