about summary refs log tree commit diff stats
path: root/src/include/dynablock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Improved JIT handling, and added a HotPage detection to ↵ptitSeb2021-11-181-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 ↵ptitSeb2021-11-111-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 itptitSeb2021-10-271-0/+3
|
* [DYNAREC] Try to free dynablocks when no longer usedptitSeb2021-06-191-1/+2
|
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+31