Dead Hackers Society
Other BBSes »
 
 
Demoscene  Coding  CT60  Buy/sell

Atari coding BBS
 
Re: PMMU question
Posted by: dml Mar,14.2014-13:08 

Actually a quick google produced this, from Pink/RG:

http://mikro.naprvyraz.sk/docs/Coding/Atari/Maggie/MMU.TXT

...on Mikro's site no less! :-p


"Fortunately the MMU has a cache to store table entries - this is known
as the Addres Translation Cache (ATC), and it works in a similar way
to the data cache. When the MMU has to perform a translation, it first
searches its ATC to see if the entry is already included. If its not
there, it has to be fetched from main memory.

This will have some affect on performance. The first access to page
will cause the MMU to fetch an entry from the table, but subsequent
accesses to that page will be fast. The ATC only has 22 entries.
So to optimise for the ATC, ensure you perform as many accesses to the
same page in the same code block - try not to jump all around memory.
Every time a new page is encountered, performance will suffer for the
first access.

The 68030 always uses the MMU. TOS intialises it so all your code is
running through the MMU. This may seem frustrating if you are just
addressing memory as normally and don't won't the functionality of the
MMU. You are not getting its benefits, so why should you get its
performance hits?

Fortunately the MMU caters for this case. It has two registers for
Transparent Translatioin. These identify blocks of memory that can be
translated without access to MMU. Unfortunately, the slice of memory
that the Transparent Translation registers can specify is 16MB."


There's more detail on the page itself, worth a read.







[All messages in this thread]    [Start new thread]

Topic Posted by  Date 
PMMU question Laurent / Thadoss Mar,13.2014-18:52
  Re: PMMU question mikro Mar,14.2014-10:54
    Re: PMMU question dml Mar,14.2014-13:03
      Re: PMMU question dml Mar,14.2014-13:08
        Re: PMMU question Laurent / Thadoss Mar,14.2014-13:21
          Re: PMMU question dml Mar,14.2014-14:05


Reply to this message
Name:
Topic:
Anti-troll code:

Message:

What's the anti-troll code?
That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
© 1994-2024 Dead Hackers Society Contact: Anders Eriksson