Re: [hatari-devel] relative perf between 030 / DSP / CPU? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] relative perf between 030 / DSP / CPU?
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Thu, 26 Jun 2025 18:04:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; bh=qtfQCzxLz6wkyWDrSPu0tWPxqWqJ0KZnxmvXczL9NBc=; h=Content-Type:From:Mime-Version:Subject:Date:Message-Id:To:x-icloud-hme; b=zD+2aKjWSxOu8iu3i9ii3K4cYbL6yyPqmkVos9xbZfOngT7cCU8eG/9+/qgxtocaK NYk7OO08jolF7LJXTDirSVukVGzpKkS9b84GHUT8aTOokWl2/9yPuoDOWJQX7tbW+3 uyi6n3jnCm6F98UvIsYjgPrfKMat20SCcFDugVftxzQGg8U/W+rEdQhb66u4jxpsFD PA8bVkcUA96PLx7SzZjXHbGl4Ym01L6/hoNxOUGBCt8eYe9WRrDptcfVSs+sSS8Jd/ j2+lVqlhsGaE43jHeodJHHvG9uX9j/SzoTjKFVwxOE3i8w3tRD3SIO4LwMXgzL5S+F jsytll9Ttjjog==
> Am 26.06.2025 um 17:45 schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
>
> Hi,
>
>> On 26.6.2025 10.01, Nicolas Pomarède wrote:
>>> Le 25/06/2025 à 22:34, Eero Tamminen a écrit :
>>>> On 25.6.2025 10.56, Nicolas Pomarède wrote:
>> ...
>> address translation, page swap in case physical page is available or not. Also I think the read/write functions themselves are not the cycle accurate "plain 68030" version when MMU is used, because MMU is not cycle accurate at the time and using CE memory access functions would just slow down everything for no real accuracy gain
>
> Enabling MMU emulation on top of CE slows Hatari noticeably, that's why I though that it least _tries_ to be cycle-accurate...
>
>
> - Eero
On a real machine the MMU does not slow down the CPU. If software does not use it, it does nothing. If software uses it, then the MMU will help speeding up memory management.