about summary refs log tree commit diff stats
path: root/src/include/dynablock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-181-0/+2
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-111-1/+1
* [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