Stas Sergeev

Results 1405 comments of Stas Sergeev

But KVM uses JIT these days: even if prejitter is not the cause, then it switches to JIT for planar GFX.

Note that `$_cpuemu` setting also affects whatever KVM uses. It can still use SIM.

Please see if this changes anything: ``` diff --git a/src/base/emu-i386/simx86/econfig.h b/src/base/emu-i386/simx86/econfig.h index f84d23012..92c6be5d0 100644 --- a/src/base/emu-i386/simx86/econfig.h +++ b/src/base/emu-i386/simx86/econfig.h @@ -55,7 +55,7 @@ #undef DEBUG_TREE #define DEBUG_TREE_FILE "/DOS/treedump.log" -#define USE_LINKER 1...

Seems like BreakNode() became ineffective if the node is linked. It keeps executing instead of a break.