You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we build Emscripten target with Emterpretify, DOS shell in DOSBox-X runs but there are still random errors of hitting emscripten_sleep_with_yield from non-Emterpretified routines and other desync-related problems when working in DOS shell.
There must be some more calls that should be Emterpretified, but sadly when the program crashes at such offending code, their names didn't show in the Javascript call stack even with --profiling-funcs on.
The text was updated successfully, but these errors were encountered:
It's frustrating that on PC-AT mode, many DOS_Shell and DOS functions causes a desync; but the performance would be unbearable if you Emterpretify them all.
Currently, if we build Emscripten target with Emterpretify, DOS shell in DOSBox-X runs but there are still random errors of hitting emscripten_sleep_with_yield from non-Emterpretified routines and other desync-related problems when working in DOS shell.
There must be some more calls that should be Emterpretified, but sadly when the program crashes at such offending code, their names didn't show in the Javascript call stack even with --profiling-funcs on.
The text was updated successfully, but these errors were encountered: