Page 1 of 1

What is the cache page size?

PostPosted: Jul 3, 2002 @ 1:15pm
by britcode

PostPosted: Jul 5, 2002 @ 10:03pm
by Guest

PostPosted: Jul 6, 2002 @ 8:39pm
by britcode
>It may be down to the granularity of your timer. You might need I higher resolution timer.
I'm timing 100 and 1000 repetitions

>You could try copying longwords instead of shorts. This should 1/2 the amount of time spent in the loop. Good to see your source data is consecutive in memory, saving an add per line.

>As for the cache, that'll probably depend on the CPU. 32 bytes sounds a bit weedy!

What is it for the StrongARM in the iPAQs?

PostPosted: Jul 6, 2002 @ 8:51pm
by Guest
I mean the accuracy of your timer, not the number of your repeats. If the code took 1.98ms and the optimised version took 1.01ms, the timer might just output 1ms.
Dunno much about the cache of IPAQ, the MIPS used to have 4K cache (on PSX anyway...)

PostPosted: Jul 6, 2002 @ 9:06pm
by Guest

PostPosted: Jul 6, 2002 @ 11:40pm
by britcode

PostPosted: Jul 9, 2002 @ 11:50am
by refractor

PostPosted: Jul 9, 2002 @ 2:37pm
by britcode

PostPosted: Jul 9, 2002 @ 3:17pm
by refractor