Ryujinx/ARMeilleure/CodeGen
FICTURE7 36ec1bc6c0
Relax block ordering constraints (#1535)
* 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
2020-09-12 12:32:53 -03:00
..
Optimizations Improve branch operations (#1442) 2020-08-05 08:52:33 +10:00
RegisterAllocators Relax block ordering constraints (#1535) 2020-09-12 12:32:53 -03:00
Unwinding Add Profiled Persistent Translation Cache. (#769) 2020-06-16 20:28:02 +02:00
X86 Relax block ordering constraints (#1535) 2020-09-12 12:32:53 -03:00
CompiledFunction.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00