| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DYNAREC] Improved JIT handling, and added a HotPage detection to ↵ | ptitSeb | 2021-11-18 | 1 | -0/+2 |
| | | | | | temporarily disable Dynarec when write occurs on the same page of some Dynablocks (help speedup some C#/Unity3D programs) | ||||
| * | [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads ↵ | ptitSeb | 2021-11-11 | 1 | -1/+1 |
| | | | | | and a JIT (help RimWorld Linux, but not enough to be 100% stable) | ||||
| * | [DYNAREC] Cancel a dynablock if a segfault occurs while building it | ptitSeb | 2021-10-27 | 1 | -0/+3 |
| | | |||||
| * | [DYNAREC] Try to free dynablocks when no longer used | ptitSeb | 2021-06-19 | 1 | -1/+2 |
| | | |||||
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 1 | -0/+31 |