diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-06-20 12:10:36 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-06-20 12:10:36 +0200 |
| commit | dcb47b7df841ed82048aeac8ae079342119402c9 (patch) | |
| tree | 034c12f9857958bedb5c1f1993c511a6abdf434b /docs/USAGE.md | |
| parent | d6c08a7511ac3ca27c719d91e58ab8b9e5f6a688 (diff) | |
| download | box64-dcb47b7df841ed82048aeac8ae079342119402c9.tar.gz box64-dcb47b7df841ed82048aeac8ae079342119402c9.zip | |
[DYNACACHE] Introduced B64X_DYNACACHE=2 to use cache but not create new ones, and made it default
Diffstat (limited to 'docs/USAGE.md')
| -rw-r--r-- | docs/USAGE.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 4b2fa790..4c593115 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -171,10 +171,11 @@ Tweak the memory barriers to reduce the performance impact by strong memory emua ### BOX64_DYNACACHE -Enable/disable the Dynamic Recompiler Cache (a.k.a DynaCache). This option defaults to 0. Not all architecture support DynaCache yet (it will have no effect then). DynaCache write file to home folder, and can grow without limit +Enable/disable the Dynamic Recompiler Cache (a.k.a DynaCache). This option defaults to 2 (to read cache if present but not generate any). Not all architecture support DynaCache yet (it will have no effect then). DynaCache write file to home folder, and can grow without limit - * 0: Disable DynaCache. [Default] + * 0: Disable DynaCache. * 1: Enable DynaCache. + * 2: Use DynaCache files if present, but do not generate new one. [Default] ### BOX64_DYNACACHE_FOLDER |