Re: [hatari-devel] Issues with cache hits/misses? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Yes, you're right - in terms of hits it will be double. I was
thinking/talking in terms of misses, which is the other way around :-)
It shouldn't 'miss' on the same longword in succession due to misaligned
access, since the first miss will serve as a hit for the second...
We agree :) but this is only true if burst mode is used, else each misaligned long read will only fill cache with 1 word of the next long read, so in the end you also get 13*2 misses.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |