| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
tons of regression and it tries to fix a non-issue
|
| |
|
|
| |
FillBlock64 got canceled in a signal handler
|
| | |
|
| | |
|
| |
|
|
| |
only, RV64 and LA64 todo)
|
| |\
| |
| | |
remove executable bits
|
| | |
| |
| |
| | |
Closes: #895
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [DYNAREC] Don't include pthread.h in C files.
It's already included from box64context.h.
Since there's no pthread.h on Win32, including it only once avoids
having to add ifdefs everywhere.
* [DYNAREC] Remove some duplicate definitions of the GETG helper macros.
* Declare void functions with an explicit void.
To avoid 'function declaration is not a prototype' warnings when using
-Wstrict-prototypes.
* Avoid including bridge_private.h in files that don't need it.
* Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE.
It's not used, and conflicts with the original Zydis headers.
|
| |/ |
|
| |
|
|
| |
Helps Java, mono and Unity3d program... (should help #519, #464, #433, #272, #232, #193, #112...)
|
| | |
|
| |
|
|
|
|
| |
* [DYNAREC] Removed dynablock sons handling
* [DYNAREC] Removed dynablocklist, and attached dynablocks to the jumptable
* [DYNAREC] Changed handling of HotPage (part of Protection now)
* [DYNAREC] Fixed some performance issues (especially with heavily threaded programs)
|
| |
|
|
| |
temporarily disable Dynarec when write occurs on the same page of some Dynablocks (help speedup some C#/Unity3D programs)
|
| |
|
|
| |
and a JIT (help RimWorld Linux, but not enough to be 100% stable)
|
| | |
|
| | |
|
| |
|