Yokemate of Keyboards
Posts: 12179 from 2003/5/22
From: Germany
> JIT should be enabled [...] - there is no way to see this in config, I suppose?
If JIT is enabled, E-UAE's CLI output should show lines like these:
Code:
JIT: Building compiler function table.
JIT: Allocation of translation cache...
JIT: Translation cache size in prefs: 8192
JIT: Allocated 8192 KB translation cache.
JIT: allocated 1760 KB macroblock buffer.
JIT: Compiling reset
JIT: Change cache emulation: enabled
JIT: Change cache emulation: disabled
JIT: Deallocated translation cache.
JIT: Deallocated macroblock buffer.