about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_pass0.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-39/+0
| | | | architecture
* [DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ↵ptitSeb2022-02-111-2/+8
| | | | long time (mora than 10% perf gain on '7z b')
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads ↵ptitSeb2021-11-111-2/+2
| | | | and a JIT (help RimWorld Linux, but not enough to be 100% stable)
* [DYNAREC] Pass0 now alocate memory and do more stuff from pass1ptitSeb2021-11-111-2/+10
|
* [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)ptitSeb2021-03-151-0/+25