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/gen/usage.json | |
| 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/gen/usage.json')
| -rw-r--r-- | docs/gen/usage.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 3e748a20..8da1238b 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -803,7 +803,7 @@ }, { "name": "BOX64_DYNACACHE", - "description": "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", + "description": "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.", "category": "Performance", "wine": false, "options": [ @@ -826,7 +826,7 @@ }, { "name": "BOX64_DYNACACHE_FOLDER", - "description": "Set the folder for DynaCache files. Default is in XDG_CACHE_HOME/box64 or, it does not exist in HOME/.cache/box64", + "description": "Set the folder for DynaCache files. Default is $XDG_CACHE_HOME/box64 or $HOME/.cache/box64 if $XDG_CACHE_HOME is not set.", "category": "Performance", "wine": false, "options": [ |