From 8271d37539068bb5fd9ab5b32d4aee2c0b52aae8 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Mon, 21 Jul 2025 14:59:40 +0800 Subject: [DYNACACHE]LA64] Enabled dynacache for LA64 (#2836) * [DYNACACHE]LA64] Enabled dynacache for LA64 * review --- docs/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/USAGE.md') 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. -- cgit 1.4.1