NorthWay wrote:
(I'll be posting several more when I remember all subtopics)
Have any CPUs split the MMU in a separate instruction and data MMU? Any immediate pros and cons for doing this?
(I was thinking at 2x the size or number of mmu entries with hopefully no extra slowdown, and possibly tuning mapping sizes to fit the characteristics of either.)
Most processors which have an MMU have separate instruction and data TLBs.
Toshi