From 725316a5386eb713438625220b561bcd3710c8bc Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 19 Jun 2025 11:07:21 +0200 Subject: [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default) --- docs/box64.pod | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'docs/box64.pod') diff --git a/docs/box64.pod b/docs/box64.pod index 7d9a35e4..6c141157 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -381,6 +381,28 @@ Force the use of float/double for x87 emulation. Availble in WowBox64. * 2 : Check Precision Control low precision on x87 emulation. +=item B =I<0|1> + +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 + + * 0 : Disable DynaCache. [Default] + * 1 : Enable DynaCache. + + +=item B =I + +Set the folder for DynaCache files. Default is in XDG_CACHE_HOME/box64 or, it does not exist in HOME/.cache/box64 + + * XXXX : Use folder XXXX for DynaCache files. + + +=item B =I + +Minimum size, in KB, for a DynaCache to be written to disk. Default size is 350KB + + * XXXX : Set a minimum size of XXXX KB of Dynarec code to write the dynacache to disk. Will not be saved to disk else. + + =item B =I Force the use of emulated libraries. -- cgit 1.4.1