Ryujinx/ARMeilleure/CodeGen/X86
gdkchan e5f78fb1d4
Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931)
* Replace LinkedList by IntrusiveList to avoid allocations on JIT

* Fix wrong replacements
2020-02-17 22:30:54 +01:00
..
Assembler.cs Implemented fast paths for: (#846) 2019-12-29 22:22:47 -03:00
CallConvName.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
CallingConvention.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
CodeGenContext.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
CodeGenerator.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
HardwareCapabilities.cs Fix Fcmge_S/V & Fcmgt_S/V Inst.s (#815) 2019-11-09 23:21:03 -03:00
IntrinsicInfo.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
IntrinsicTable.cs Implemented fast paths for: (#846) 2019-12-29 22:22:47 -03:00
IntrinsicType.cs Implemented fast paths for: (#846) 2019-12-29 22:22:47 -03:00
PreAllocator.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
X86Condition.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
X86Instruction.cs Implemented fast paths for: (#846) 2019-12-29 22:22:47 -03:00
X86Register.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00