mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +00:00
36ec1bc6c0
* 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 |
||
---|---|---|
.. | ||
EncodingCache.cs | ||
Ptc.cs | ||
PtcInfo.cs | ||
PtcJumpTable.cs | ||
PtcProfiler.cs | ||
PtcState.cs | ||
RelocEntry.cs |