mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-11-05 21:04:50 +00:00
* Initial cache memory allocator implementation * Get rid of CallFlag * Perform cache cleanup on exit * Basic cache invalidation * Thats not how conditionals works in C# it seems * Set PTC version to PR number * Address PR feedback * Update InstEmitFlowHelper.cs * Flag clear on address is no longer needed * Do not include exit block in function size calculation * Dispose jump table * For future use * InternalVersion = 1519 (force retest). Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| Cache | ||
| PTC | ||
| ArmEmitterContext.cs | ||
| Compiler.cs | ||
| CompilerContext.cs | ||
| CompilerOptions.cs | ||
| ControlFlowGraph.cs | ||
| DelegateHelper.cs | ||
| DelegateInfo.cs | ||
| Delegates.cs | ||
| DirectCallStubs.cs | ||
| Dominance.cs | ||
| EmitterContext.cs | ||
| GuestFunction.cs | ||
| RegisterToLocal.cs | ||
| RegisterUsage.cs | ||
| RejitRequest.cs | ||
| SsaConstruction.cs | ||
| SsaDeconstruction.cs | ||
| TranslatedFunction.cs | ||
| Translator.cs | ||