Re: NDS: Move a function to ITCM
Posted: Mon Jun 20, 2011 3:08 pm
code is being run from cache - which is fast. if it fits in cache then it will already be fast. if the loop is too big to fit in cache then there will be cache misses/loads. if the the loop has a high iteration then the overhead of repeatedly filling the cache will slow things down.