diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-07-21 14:59:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 08:59:40 +0200 |
| commit | 8271d37539068bb5fd9ab5b32d4aee2c0b52aae8 (patch) | |
| tree | cbdbc348b47d648bbaab0f8aae37b54a377f8b20 /docs/USAGE.md | |
| parent | 206e3cd5616089b8dd7d569e9537a84c7363c299 (diff) | |
| download | box64-8271d37539068bb5fd9ab5b32d4aee2c0b52aae8.tar.gz box64-8271d37539068bb5fd9ab5b32d4aee2c0b52aae8.zip | |
[DYNACACHE]LA64] Enabled dynacache for LA64 (#2836)
* [DYNACACHE]LA64] Enabled dynacache for LA64 * review
Diffstat (limited to 'docs/USAGE.md')
| -rw-r--r-- | docs/USAGE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 4c593115..09864519 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -171,7 +171,7 @@ 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 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 +Enable/disable the Dynamic Recompiler Cache (a.k.a DynaCache). This option defaults to 2 (to read cache if present but not generate any). DynaCache write file to home folder by default, and can grow without limit. * 0: Disable DynaCache. * 1: Enable DynaCache. @@ -179,7 +179,7 @@ Enable/disable the Dynamic Recompiler Cache (a.k.a DynaCache). This option defau ### BOX64_DYNACACHE_FOLDER -Set the folder for DynaCache files. Default is in XDG_CACHE_HOME/box64 or, it does not exist in HOME/.cache/box64 +Set the folder for DynaCache files. Default is $XDG_CACHE_HOME/box64 or $HOME/.cache/box64 if $XDG_CACHE_HOME is not set. * XXXX: Use folder XXXX for DynaCache files. |