Part Number: TDA4VM
I use perf to detect cache miss and find that the miss is relatively high. Is there any way to reduce the miss and improve the cache hit ?
perf stat -e L1-dcache-load-misses -e L1-dcache-loads -e L1-icache-load-misses -e L1-icache-loads -e branch-load-misses -e branch-loads -e dTLB-load-misses -e iTLB-load-misses

5.87% of all L1-dcache hits and 12.50% of all L1-icache hits