diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-11-19 21:43:49 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-11-19 21:43:49 +0100 |
| commit | 7d277cc1ec1d0f6aad91d8397e8367ef121d6f3a (patch) | |
| tree | f20ab16bc7fca30640db35e0838f7d7c82c2e98c /docs | |
| parent | 1ac0465a03e89127f0eb0d41930cefda70a7cb82 (diff) | |
| download | box64-7d277cc1ec1d0f6aad91d8397e8367ef121d6f3a.tar.gz box64-7d277cc1ec1d0f6aad91d8397e8367ef121d6f3a.zip | |
Updated CHANGELOG
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 196959d9..10ab1e5b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,8 @@ Current Version ====== +* Introduce "HotPage", to temporarily disable Dynarec on a page were writing is also occuring (can help speed up C# code) +* Some work on Dynarec to limit the number of mutex use, and also allow smaller block to be built (for JIT'd programs) +* Introduce BOX64_DYNAREC_STRONGMEM for the (Arm) dynarec to emulate StrngMemory Model (needed by some games, like RimWorld) * More functions wrapped * Improve speed of the custom allocator used by dynarec and Hash (speedup loading) * Added a workaround for streamwebhelper to not load it |