QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
-
- Font of All Knowledge
- Posts: 4824
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
Hi,
How fast is the PC?
How fast is the PC?
Regards, Derek
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
Due to the GIT compiler based 68K emulation, WinUAE running QDOS Classic is likely to score higher with QTOP-Index, at least for the CPU related parts.
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
My low-end PC from 2019 with QDOS Classic under UAE:
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
Thats a pretty hefty "low-end" PC youve got there! Nearly 3x faster than QPC2 on my 8 year old i5 PC and 5x faster than the same PC running Qemulator with Qdos or Minerva at full speed. Either UAE is very good, or your PC is very fast or theres some other magic going on..Peter wrote: Sun Aug 10, 2025 12:03 pm My low-end PC from 2019 with QDOS Classic under UAE:
qdos_uae.jpg
Per
I love long walks, especially when they are taken by people who annoy me.
- Fred Allen
I love long walks, especially when they are taken by people who annoy me.
- Fred Allen
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
UAE is in fact very fast as it uses more than one CPU core to pre-compile 68k code into x86 code in parallel with running the actual 68k emulation. I don't think QPC2 is actually using more than one CPU core.pjw wrote: Sun Aug 10, 2025 12:46 pmThats a pretty hefty "low-end" PC youve got there! Nearly 3x faster than QPC2 on my 8 year old i5 PC and 5x faster than the same PC running Qemulator with Qdos or Minerva at full speed. Either UAE is very good, or your PC is very fast or theres some other magic going on..Peter wrote: Sun Aug 10, 2025 12:03 pm My low-end PC from 2019 with QDOS Classic under UAE:
qdos_uae.jpg
ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
I think the massive speed advantage mostly comes from the JIT compiler, only to a lesser degree from the multicore support.tofro wrote: Sun Aug 10, 2025 4:10 pm UAE is in fact very fast as it uses more than one CPU core to pre-compile 68k code into x86 code in parallel with running the actual 68k emulation. I don't think QPC2 is actually using more than one CPU core.
Is there any QL emulator with JIT compiler at all? I only have vague memories that Daniele was experimenting with it.
By the way, Mark has implemented QDOS Classic for Amiga in a cool "bare metal" fashion. He replaces the Amiga boot ROM for UAE, so no Amiga OS or software is involved at all. The emulated system immediately boots as a QDOS machine.
- XorA
- Site Admin
- Posts: 1692
- Joined: Thu Jun 02, 2011 11:31 am
- Location: Shotts, North Lanarkshire, Scotland, UK
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
I did look at it, but incorporating the UAE JIT is not a simple task as its quite tightly coupled to UAE!Is there any QL emulator with JIT compiler at all?
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
Could you share some specs on your low-end PC?
Re: QDT Running ON My Gaming PC Running Windows 10 Home Running QPC 2
Yes, in 2001-2002 I wrote a prototype version of Q-emuLator that compiled basic blocks of 68K code to x86. I only made it available for a short time and dropped it since it was not compatible with some self-modifying QL programs. Interpreters are also already pretty fast on modern PCs.Peter wrote: Sun Aug 10, 2025 9:36 pm Is there any QL emulator with JIT compiler at all? I only have vague memories that Daniele was experimenting with it.
Last year I took another look at it, but noticed that QLE doesn't even start anymore on it, probably because it runs a number of Q-Liberated programs and Q-Liberator seems to produce some self-modifying code.