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/box64.pod | |
| 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/box64.pod')
| -rw-r--r-- | docs/box64.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/box64.pod b/docs/box64.pod index a02c055e..45e7336a 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -383,7 +383,7 @@ Force the use of float/double for x87 emulation. Availble in WowBox64. =item B<BOX64_DYNACACHE> =I<0|1|2> -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. @@ -392,7 +392,7 @@ Enable/disable the Dynamic Recompiler Cache (a.k.a DynaCache). This option defau =item B<BOX64_DYNACACHE_FOLDER> =I<XXXX> -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. |