mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 22:36:59 +00:00
* Relax block ordering constraints Before `block.Next` had to follow `block.ListNext`, now it does not. Instead `CodeGenerator` will now emit the necessary jump instructions to ensure control flow. This makes control flow and block order modifications easier. It also eliminates some simple cases of redundant branches. * Set PPTC version |
||
|---|---|---|
| .. | ||
| CodeGen | ||
| Common | ||
| Decoders | ||
| Diagnostics | ||
| Instructions | ||
| IntermediateRepresentation | ||
| Memory | ||
| State | ||
| Translation | ||
| ARMeilleure.csproj | ||
| Optimizations.cs | ||
| Statistics.cs | ||