ryujinx/ARMeilleure/Translation
Berkan Diler 37d27c4c99
Some minor cleanups and optimizations (#4174)
* Replace Array.Clear(x, 0, x.Length) with Array.Clear(x)

* Use DateTime.UnixEpoch field

* Replace SHA256.ComputeHash calls with static SHA256.HashData call

More performant and avoids the need to initialize a SHA256 instance.
2022-12-24 14:30:39 -03:00
..
Cache Replace DllImport usage with LibraryImport (#4084) 2022-12-15 18:07:31 +01:00
PTC Fix CPU FCVTN instruction implementation (slow path) (#4159) 2022-12-21 23:05:58 +00:00
ArmEmitterContext.cs
Compiler.cs
CompilerContext.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
CompilerOptions.cs
ControlFlowGraph.cs
DelegateHelper.cs
DelegateInfo.cs
Delegates.cs
DispatcherFunction.cs
Dominance.cs
EmitterContext.cs
GuestFunction.cs
IntervalTree.cs
RegisterToLocal.cs
RegisterUsage.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
RejitRequest.cs
SsaConstruction.cs Some minor cleanups and optimizations (#4174) 2022-12-24 14:30:39 -03:00
SsaDeconstruction.cs Reduce JIT GC allocations (#2515) 2021-08-17 15:08:34 -03:00
TranslatedFunction.cs
Translator.cs Make structs readonly when applicable (#4002) 2022-12-05 14:47:39 +01:00
TranslatorCache.cs
TranslatorQueue.cs
TranslatorStubs.cs