about summary refs log tree commit diff stats
path: root/src/include/dynablock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-141-0/+3
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-0/+3
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+1
* | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb2023-06-221-2/+2
|/
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-161-0/+2
* Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-191-2/+0
* Remove dynablocklist (#438)ptitSeb2022-10-311-16/+3
* [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