Re: [hatari-devel] Issues with cache hits/misses? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
If I bypass the "v1 >> .... * 8" line and do a return of the data immediately, emulation is nearly as fast as when 68030 cached is disabled.
But it seems that the right shift to extract the correct byte/word from the long word is taking a huge time (even with gcc -O3). Maybe some more recent cpu are better at doing right shift, but I would have expected it took only 1 cycle (in my case, it's an intel core 2 duo @ 3 GHz)
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |