First post, by orac81
I have recently made an old DOS checkers playing program of mine open source.
(Dynamo Draughts:Dynamo Draughts 9.18, vintage DOS game with source.)
Now on (rough) testing, both directly in DOS and under DOSBOX emulation in Linux with a fixed depth search (IE identical task for both) DOSBOX seems to be around 100 times slower than running native code.
Has anyone considered or tried adding a JIT Compiler to DOSBOX? Or is there another emulator that does this? The Amiga emulator WinUAE does have a JIT Compiler, which gives an improved performance. There are some programs that don't work with it, so it needs to be easy to switch it off.
Thoughts?