Ryujinx/ARMeilleure/Translation
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
..
ArmEmitterContext.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
Compiler.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
CompilerContext.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
CompilerOptions.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
ControlFlowGraph.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
DelegateCache.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
Dominance.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
EmitterContext.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
GuestFunction.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
JitCache.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
JitCacheEntry.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
JitUnwindWindows.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
PriorityQueue.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
RegisterToLocal.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
RegisterUsage.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
SsaConstruction.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
SsaDeconstruction.cs Replace LinkedList by IntrusiveList to avoid allocations on JIT (#931) 2020-02-17 22:30:54 +01:00
TranslatedFunction.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
Translator.cs Name all threads (#886) 2020-01-13 01:21:54 +01:00